cnn-text-classification-tf icon indicating copy to clipboard operation
cnn-text-classification-tf copied to clipboard

Number of Training Step

Open montaser85 opened this issue 7 years ago • 1 comments

How can I define the total number of training steps? In my attempt, there are 33000 steps before the run is stopped. How can I increase or decrease these steps? 11ad

montaser85 avatar Jul 29 '18 14:07 montaser85

Add more or less epochs to the training, the default config is to save every 100 steps and the training lasts 200 epochs, try --for example-- training for 50 epochs and then to 400 epochs and see what works best for you.

bazzmx avatar Oct 25 '18 18:10 bazzmx