hi, thanks for sharing!
In train.py, paramter "num_epoch" defaults 500. I thought the total iteration num is 500*1000, but it seem not. Could you explain this param ?
@NoahBU Because I have saved weights for each epoch, I put a lot of epoch so my server can work during my free time. I can choose best weights based on the loss and accuracy of the validation set in each epoch:v
hi, thanks for sharing! In train.py, paramter "num_epoch" defaults 500. I thought the total iteration num is 500*1000, but it seem not. Could you explain this param ?