How to change the number of epochs when training networks
khoaguin opened this issue · 4 comments
khoaguin commented
Hi,
How can I define the number of training epochs for different networks? I have found that there is a variable named NUM_ITERATIONS
in main.cpp
, but not sure what it is, and also we cannot change it in makefile
either.
Thank you.
snwagh commented
The variable is set src/globals.h
so you can change it there.
khoaguin commented
I tried to change the variable NO_OF_EPOCHS
in src/globals.h
to different values, but nothing really happened
khoaguin commented