-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Total number of epochs #48
Comments
Hi, Please refer to our paper:
|
Hello, I saw this, but most of the training settings in the paper are presented in epochs. I would like to know what the corresponding epoch is. I don't quite understand their correspondence. |
Hi, You can get the so-called epoch number by batch size * iteration_num / training_num. But I would like to remind you that the number of epochs I think of is the number of times the model has seen all the samples. Since we use random cropping, the model only sees part of each sample each time. So I don't think it makes much sense to keep the epoch number consistent with other work here. Best, |
Could you please tell me what are the approximate epochs of the three datasets in the BCD task?
The text was updated successfully, but these errors were encountered: