Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

Commit

Permalink
Use SGD to avoid OOM on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
leezu committed Aug 27, 2018
1 parent 87e8dd6 commit 968591a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/tests/test_scripts.py
Expand Up @@ -30,7 +30,7 @@ def test_toy():
@pytest.mark.serial
def test_embedding():
process = subprocess.check_call(['python', './scripts/word_embeddings/train_fasttext.py',
'--gpu', '0', '--epochs', '1'])
'--gpu', '0', '--epochs', '1', '--optimizer', 'sgd'])


@pytest.mark.serial
Expand Down

0 comments on commit 968591a

Please sign in to comment.