Unanswered
Hello!
I'M Trying To Make A Simple Eval.Py Script That Will Go Pull The Best Model Of A Given Experiment, Load It Locally And Evaluate It On Whatever Data I Give.
Question 1: Is There A Standard Way Documented Somewhere To Do This?
Question 2: I'M Loadin
For now, I retrieve and load the model as follows (pytorch lightning)clearml_model = task.models['output'][-1] model_path = clearml_model.get_local_copy() main_loop = LightningModel.load_from_checkpoint(checkpoint_path=model_path)
Not sure how InputModel
would help and task.get_models()
is always empty.
178 Views
0
Answers
2 years ago
one year ago