-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
wordrank_comparisions typeerror #1276
Comments
Hi, could you please past the exact line and the full error message? |
@tmylk the line is the error log is:TypeError Traceback (most recent call last) in train_models(corpus_file, output_name) /usr/local/lib/python2.7/dist-packages/IPython/core/interactiveshell.pyc in magic(self, arg_s) /usr/local/lib/python2.7/dist-packages/IPython/core/interactiveshell.pyc in run_line_magic(self, magic_name, line) in time(self, line, cell, local_ns) /usr/local/lib/python2.7/dist-packages/IPython/core/magic.pyc in (f, *a, **k) /usr/local/lib/python2.7/dist-packages/IPython/core/magics/execution.pyc in time(self, line, cell, local_ns) in () TypeError: train() takes at least 4 arguments (7 given) |
Thanks for spotting this. Agree that a positional argument is missing CC @parulsethi |
hi,
I'm trying to run the wordrank_comparisions, but while training the wordrank model, got the error: TypeError: train() takes at least 4 arguments (7 given).
I can't figure out whether the code error or my python environment, but other wordrank models is successes trained. waiting for help. thx.
The text was updated successfully, but these errors were encountered: