Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to deploy a model #14

Open
renyonghuang opened this issue Dec 6, 2020 · 1 comment
Open

How to deploy a model #14

renyonghuang opened this issue Dec 6, 2020 · 1 comment

Comments

@renyonghuang
Copy link

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?

@ppasupat
Copy link
Collaborator

ppasupat commented Dec 6, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants