Save model as pkl file #3535
Unanswered
solarflarefx
asked this question in
Q&A
Replies: 1 comment 1 reply
-
model = Trainer.build_model(cfg) |
Beta Was this translation helpful? Give feedback.
1 reply
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 was experimenting with this package: https://github.com/tensorpack/tensorpack/tree/master/examples/FasterRCNN/convert_d2
It looks like it requires saving the detectron2 model weights in .pkl file. Right now I have the weights saved at .pth. Is there an easy way to save as .pkl?
Beta Was this translation helpful? Give feedback.
All reactions