Stop before performing the set epoch
khjeong0912 opened this issue · 1 comments
khjeong0912 commented
Hello.
I read the BinaryNet paper and I tried to run the code.
However, when I do the simulation, it is not performed enough epoch.
Sometimes simulations end in epoch 16, 7 or 21, so that not enough accuracy is obtained.
I change the "opt.epoch" from -1 to 100, 200 or 50, but the epoch at which the simulation ends is always different.
Have you ever seen this situation?!
Could you give me some advice on what to fix?!
Thank you.
Jeong.
ArchieGu commented
@khjeong0912 Try setting opt.visualize to 0. It may help.