We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 test the samples after training the model using following command?
./run @mode=overnight @Domain=recipes
The text was updated successfully, but these errors were encountered:
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.
params
-Builder.inParamsPath path/to/params
Alternatively, adding -interactive should bring up an interactive session for testing.
-interactive
Sorry, something went wrong.
No branches or pull requests
How to test the samples after training the model using following command?
./run @mode=overnight @Domain=recipes
The text was updated successfully, but these errors were encountered: