Replies: 1 comment 3 replies
-
ResNet16 (64 units) is the best pre-trained model. Of the four models, the difference is size (number of parameters). ResNet16 (64) is the biggest and ResNet8 (32) is the smallest. When training new topaz models that are initialized from one the the pre-trained models, the consideration is amount of data, because the smaller models are less prone to overfitting but will not perform as well as the larger models if a lot of training data is available. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
What are the differences among 4 pre-trained models in Topaz Extract (ResNet16 (32 and 64 units) and ResNet8 (32 and 64 units))? And is ResNet16 (64 units) the best out of the four as it is set as default (in cryoSPARC)?
Thank you,
Joon Park
Beta Was this translation helpful? Give feedback.
All reactions