cnn-text-classification-tf
cnn-text-classification-tf copied to clipboard
Number of Training Step
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?
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.