Request update to pytorch_transformers
See original GitHub issueI’m running into multiple errors when trying to use this with torch==1.2.0 and pytorch_transformers.
The most difficult to solve is a RuntimeError which seems to pertain to the difference in implementation of the nn.Embedding layer
RuntimeError: index out of range: Tried to access index 50257 out of table with 50256 rows. at C:\w\1\s\windows\pytorch\aten\src\TH/generic/THTensorEvenMoreMath.cpp:237
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Migrating from previous packages - Hugging Face
Here is a quick summary of what you should take care of when migrating from pytorch-transformers to Transformers. Positional order of some models'...
Read more >PyTorch-Transformers
An open source machine learning framework that accelerates the path from research prototyping to production deployment.
Read more >pytorch-transformers · PyPI
PyTorch version of Google AI BERT model with script to load Google pre-trained models.
Read more >Module Not Found Error when importing Pytorch_Transformers
Not the answer you're looking for? Browse other questions tagged. nlp · anaconda · pytorch. or ask your own question. ... 2022 Community...
Read more >PyTorch-Transformers: An Incredible Library for State-of-the ...
Most of the State-of-the-Art models require tons of training data and days of training on expensive GPU hardware which is something only the...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Indeed, I won’t have time to work on that in the short term. Do you want to submit a PR to update the repo?
Fixed by #27 😃