-
Notifications
You must be signed in to change notification settings - Fork 243
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
A bug on elmo.py #8
Comments
You will need python 3.6 to run the training script. Please check. |
i try to use python 3.6 to run script, but bug still exist. hidden_states:List[Optional[Tuple[torch.Tensor, also i am a little confused about the colon in " hidden_states:List ", what does this mean? thanks |
I am sorry but I cannot reproduce the error. I believe colon in "hidden_states:List" is |
according to #11 it seems you've successfully run the test script. so i will close this issue. |
Hi,i want to get the hdf5 format file with BiLM weights corresponding this ELMO,how can i do it?Hope to get your reply,thank you. |
HI, i try to train a elmo model by runing python src/train.py -h ,but i got a SyntaxError: invalid syntax
in elmo.py, line 134
The text was updated successfully, but these errors were encountered: