sociomantic-tsunami / dmxnet

D bindings and wrapper library for the MXNet deep learning library
Boost Software License 1.0
14 stars 11 forks source link

Fix reporting of testing accuracy in percentage #111

Closed jens-mueller-sociomantic closed 5 years ago

jens-mueller-sociomantic commented 5 years ago

The accuracy for the MNIST integration test reports in percentages of correctly classified hand-written digits. But the calculation is missing a multiplication by one hundred to be proper which is fixed in the change.