-
Notifications
You must be signed in to change notification settings - Fork 19
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
Error trying to predict: 'qasrl_parser is not a registered name for Model' #16
Comments
You can try to output 'config["model"]["type"]' in 'model.py' file. |
I got the same issue as your, may I ask whether you resolved the issue? |
On Linux 16.04, I did the following steps:
I tried predicting with command: python -m allennlp.run predict ./data/qasrl_parser_elmo input.txt --include-package nrl --predictor qasrl_parser --output-file output.txt
The following error was displayed: allennlp.common.checks.ConfigurationError: 'qasrl_parser is not a registered name for Model'
Console output with Stack trace:
The text was updated successfully, but these errors were encountered: