Skip to content

Commit

Permalink
use python2 for language eval script
Browse files Browse the repository at this point in the history
  • Loading branch information
xuwangyin committed Jul 18, 2017
1 parent b71d6ac commit 5a8b5c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/call_python_caption_eval.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash

cd coco-caption
python myeval.py $1
python2 myeval.py $1
cd ../

0 comments on commit 5a8b5c9

Please sign in to comment.