retrain pretrained model #960
Replies: 3 comments
-
@ccsself Do you want to update the weights of only the backbone or do you want to load weights for the entire model? If you want the entire model then you can have a look at |
Beta Was this translation helpful? Give feedback.
-
If the config remains the same, will the new training resume from the existing model like "model.ckpt" or "model-v1.ckpt" by default? |
Beta Was this translation helpful? Give feedback.
-
I tried the following setting: And I got the following error in "trainer.fit(model=model, datamodule=datamodule)". Traceback (most recent call last): | 0/21 [00:00<?, ?it/s] Any suggestion? Best |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
hello Thank you very much for your open project. My custom data is unusual I want to train the new model and updata the weights of pretrained model. could u give me some suggestions. whether my idea is feasibility?
Beta Was this translation helpful? Give feedback.
All reactions