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 run overnight samples interactively? #204

Open
nafees55 opened this issue Mar 6, 2020 · 1 comment
Open

How to run overnight samples interactively? #204

nafees55 opened this issue Mar 6, 2020 · 1 comment

Comments

@nafees55
Copy link

nafees55 commented Mar 6, 2020

How to test the samples after training the model using following command?

./run @mode=overnight @Domain=recipes

@ppasupat
Copy link
Collaborator

I'm not familiar with the overnight module, but this CodaLab worksheet may help.

One of the bundles says

./run @mode=overnight @domain=recipes -trainFrac 1 -devFrac 0 -maxExamples train:2000 test:500

So probably this would do:

./run @mode=overnight @domain=recipes -trainFrac 0 -devFrac 1

To load a model (parameter weights) from the params file, add -Builder.inParamsPath path/to/params to the command line.

Alternatively, adding -interactive should bring up an interactive session for testing.

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