Using old model for validation #117
Unanswered
leon-maechler
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Oh, that's an interesting question. I am not sure if the older version of the notebook could be easily adapted to do validation directly. But perhaps you could load the model in the new notebook and run the inference? Tagging @psfoley and @alexey-gruzdev for clarity. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I have trained a model that I would like to validate but I trained it before the notebook was adapted to include the validation step. So now there is no best_model.pkl in the experiment folder. This is all that is in the folder:
01_tensor_db.pkl 03_tensor_db.pkl 05_tensor_db.pkl 07_tensor_db.pkl 09_tensor_db.pkl 11_tensor_db.pkl 13_tensor_db.pkl 15_tensor_db.pkl 17_tensor_db.pkl state.pkl 02_tensor_db.pkl 04_tensor_db.pkl 06_tensor_db.pkl 08_tensor_db.pkl 10_tensor_db.pkl 12_tensor_db.pkl 14_tensor_db.pkl 16_tensor_db.pkl aggregator_tensor_db.pkl
Is there a way to get it to validate anyhow? If I have to retrain it might get quite close with the deadline...
Best,
Leon
Beta Was this translation helpful? Give feedback.
All reactions