-
Notifications
You must be signed in to change notification settings - Fork 6
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
About Model Training and Loss Function #83
Comments
Hi! The reported f1 score during training is the classification f1 score, not the actual localization f1 score. We also found that the model with best validation loss typically performs better then the model with the best validation f1 score. Regarding the sphereface loss, here is one config we used a while ago:
In general, this function might help you to create others: To be honest, this part of TomoTwin could be much more flexible. |
May I ask how the num_classes is set for this? Doesn't it represent all the classes? Best regards, |
You should set it to number of classes in the training set. |
Dear Thorsten,
I have been using your provided dataset and configuration scripts for training, and I've achieved an F1 score of 0.90 after 300 epochs, which is even higher than the reported value in the paper. I am curious to know if the dataset provided by you is complete, or if there have been additional optimizations in the methodology that could contribute to this difference?
Secondly, I am interested in experimenting with the ArcFace and SphereFace loss functions, and I was wondering if you could provide the configuration files for these scenarios.
Thank you for your time and assistance. I look forward to your insights.
Best regards,
Chi
The text was updated successfully, but these errors were encountered: