You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After training a model via the command: python main.py configs/default-base.txt --task click-tab-2
Where does the trained model and how do I deploy the model to do the task that I want it to do?
The text was updated successfully, but these errors were encountered:
The trained model and other metadata should be in data/experiments/ by default.
I think we have a method for visualizing the trained model, but I don't remember how to use it. My best guess is that one can load the trained model (Experiment Management section in README) and then call run._evaluate with some appropriate parameters.
After training a model via the command:
python main.py configs/default-base.txt --task click-tab-2
Where does the trained model and how do I deploy the model to do the task that I want it to do?
The text was updated successfully, but these errors were encountered: