-
Notifications
You must be signed in to change notification settings - Fork 14
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
对于train.crl和train.mtcl我不太懂是什么样的结果才算是运行完成? #15
Comments
Thank you for your interest in our work! Regarding your second question, I anticipate the following possible situations: You might have conducted MTCL before finishing the CRL stage. The MTCL stage should only be conducted after the CRL stage is completely finished (i.e., after training all folds). |
In our work, we used iteration-based train loop, which means that the validation is conducted at every N training iteration (not epoch). Please refer to our paper and "val_period" variable in config. |
好的,非常感谢您的回复!祝您万事如意! |
Thanks. Happy new year! |
我在运行train.crl时,max-epoch为500,我看了对应论文,但是我还是不太明白到什么时候适合停止运行。
同样的我在运行train.mtcl时,运行时间比较久,最上面显示fold 1 epoch 0,下面显示进度条准确率,一直再缓慢提高,我不知道我做的这样是对吗?
The text was updated successfully, but these errors were encountered: