Unanswered
I Have Code That Does Torch.Load(Path) And Deserializes A Model.
I Am Performing This In Package A.B.C, And The Model’S Module Is Available In In A.B.C.Model
Unfortunately, The Model Was Serialized With A Different Module Structure - It Was Originally Pla
Hi RoughTiger69
unfortunately, the model was serialized with a different module structure - it was originally placed in a (root) module called
model
....
Is this like a pickle issue?
Unfortunately, this doesn’t work inside clear.ml since there is some mechanism that overrides the import mechanism using
import_bind
.
__patched_import3
What error are you getting? (meaning why isn't it working)
177 Views
0
Answers
2 years ago
one year ago