You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
So the codebase is designed to use NUM_ITERATIONS only, if you want to set using the number of epochs, you comment out this line and uncomment this line.
Hi,
How can I define the number of training epochs for different networks? I have found that there is a variable named
NUM_ITERATIONS
inmain.cpp
, but not sure what it is, and also we cannot change it inmakefile
either.Thank you.
The text was updated successfully, but these errors were encountered: