Size of final model differs from pretraining size #2341
Unanswered
bermeitinger-b
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Finetuning should not change model size at all. Could you try using restore_from() on the .Nemo file to check if it loads at all and run inference? |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm fine-tuning the
stt_de_quartznet15x5
model from v1.0.1 on my own dataset. The downloaded checkpoint has a size of 68 MB. However, after fine-tuning, my final model checkpoint is around 10 MB.My training:
The same happens, when using German CommonVoice, so the same data as the pretraining data.
Which parameters are missing?
Beta Was this translation helpful? Give feedback.
All reactions