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
I think it has something to do with clearml since I can run this code as pure python without clearml, and when I activate clearml, I see that torch.load() hits the
import_bind
.
__patched_import3
when trying to deserialize the saved model
186 Views
0
Answers
2 years ago
one year ago