Replies: 1 comment 4 replies
-
Its seems that you saving all that needed to recreate the experiment. Try to save the variable you mention to a file and load them again when needed. I suspect that the weight or the assignments and proportions variables change somehow. Also, make sure to use |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
In the example "eth_mnist.py" when I run the tests after training network I get an accuracy of 0.75 (75%). So I don't always have to do the training, I save the weights, assignments and proportions variables at the end of the training. At a later moment, if I perform only the test (giving the previously mentioned variables to the network) I get an accuracy of only 0.62 (62%). What am I forgetting to save and what should I provide to the network to be able to replicate the results without having to run the training every time?
Thanks
Bruno
Beta Was this translation helpful? Give feedback.
All reactions