-
Dear CHGNet users!
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
generally the more, the better but depending on your problem, even a single finetuning label can be enough
small batch size (e.g. 8) probably preferred for fine tuning. do as many epochs as the validation loss keeps dropping
generally the fewer fine-tuning labels you have, the less layers should be unfrozen. if you have >10^4, i would unfreeze the whole model. f you have 1, only unfreeze the final layer. in between, it's a guessing game. |
Beta Was this translation helpful? Give feedback.
generally the more, the better but depending on your problem, even a single finetuning label can be enough
small batch size (e.g. 8) probably preferred for fine tuning. do as many epochs as the validation loss keeps dropping
generally the fewer fine-tuning labels you have, the less layers should be unfrozen. if you have >10^4, i would unfreeze the whole model. f you have 1, only unfreeze the final layer. in between, it's a guessing game.