ezezez
Results
2
comments of
ezezez
rewrite the reload_hparams.yaml: pretrained_model: (your model path) and in the code,you should write like: model = load_from_checkpoint( CHECKPOINT_PATH, reload_hparams=True, strict=False )
I encountered a similar issue, could you help me solve it?