solve the size mismatch issue of the generated *.ckpt files based on …#21
solve the size mismatch issue of the generated *.ckpt files based on …#21Amber-Heung wants to merge 1 commit intoucl-bug:mainfrom
Conversation
…Luc Giraud(Inria) and Paul Mycek(Cerfacs)'s suggestion
|
Hi @Amber-Heung , thanks a lot for the PR! Just for my understanding, does this fixes the problem with loading those old weights, or is it generally a problem with the training of the model from scratch? I'm struggling to see how this can fix a size issue. |
|
Hi @astanziola , there is no problem when training the model download from the main brach, this size mismach only appear when the training is finished and if you want to load these weights generated during training. |
|
Interesting! Thanks a lot, I'll add a quick test for this (this repository really need some testing) and merge. |
|
Hi @astanziola , I should explain the size mismatck issue we observed when loading the trained weight more clear. |
…Luc Giraud(Inria) and Paul Mycek(Cerfacs)'s suggestion