Open
Description
I want to save the trained model, and load it for prediction, here is my code:
`
saver = ModelSaver("./cache/model_ckpt_100.pkl")
model=ModelLoader.load_pytorch_model("./cache/model_ckpt_100.pkl")
ModelLoader.load_pytorch(model,"./cache/model_ckpt_100.pkl")
tester = Tester(datasets['test'], model, metrics=AccuracyMetric())
tester.test()
`
but it doesn't work, Can the author provide a way for prediction after saving the model
Metadata
Metadata
Assignees
Labels
No labels