Skip to content

Commit

Permalink
Decrease precision
Browse files Browse the repository at this point in the history
  • Loading branch information
snukky committed Feb 25, 2022
1 parent c0497dd commit 4fa9ff5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ grep -qi "word alignments from file" rnn.log

# Compare the current output with the expected output
cat rnn.log | $MRT_TOOLS/extract-costs.sh > rnn.out
$MRT_TOOLS/diff-nums.py rnn.out rnn.expected -o rnn.diff
$MRT_TOOLS/diff-nums.py rnn.out rnn.expected -o rnn.diff -p 0.005

# Exit with success code
exit 0

0 comments on commit 4fa9ff5

Please sign in to comment.