Skip to content

Commit

Permalink
Decrease precision
Browse files Browse the repository at this point in the history
  • Loading branch information
snukky committed Nov 16, 2020
1 parent 1899698 commit 54c7d06
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ test -e $PREFIX.log

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

# make sure that the resulting model has no more than 256 different values (i.e. quantized)
$MRT_TOOLS/check-model-unique-vals.py train/model.npz -b 8
Expand Down

0 comments on commit 54c7d06

Please sign in to comment.