How to get the config file from model.pth #3408
maryam-bahrami
started this conversation in
General
Replies: 0 comments
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.
-
I saved the checkpoints in model.pth format. I did not save the config file. Is it possible to get a config file from checkpoints?
I tried to convert
model.pth
tomodel.yaml
and usemodel_zoo.get_config_file()
, but it did not work.any solution?
Beta Was this translation helpful? Give feedback.
All reactions