Skip to content

Commit

Permalink
Fix test for changed cudnn option.
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandon Amos committed Jun 7, 2016
1 parent bced2bb commit 288fd8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/openface_neural_net_training_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def test_dnn_training():
'-nEpochs', '10',
'-epochSize', '1',
'-cache', netWorkDir,
'-cuda', '-cudnn', '-testing',
'-cuda', '-testing',
'-nDonkeys', '-1']
p = Popen(cmd, stdout=PIPE, stderr=PIPE,
cwd=os.path.join(openfaceDir, 'training'))
Expand Down

0 comments on commit 288fd8a

Please sign in to comment.