Deep-Alignment-Network-tensorflow
Deep-Alignment-Network-tensorflow copied to clipboard
testDan invalid syntax
There are two lines in testDan which uses format like:
.format{np.mean(errs)})
that should of course be
.format(np.mean(errs)))