Closed hurricane2018 closed 6 years ago
how many epoches did you use to evaluate a dataset ?
In your code, you only train 10 epoches. But if we do several experiments, each time we can get a test result. So did you try several times, and then average them ?
Training code with the evaluation part is now available as an ipython
notebook.
The test accuracy is always change. Did you get the average precision of the test data ?
I mean, If we train 10 epoch, we can get a precision. If we train 20 epoches, we can get another result. How did you solve this problem ?