-
Notifications
You must be signed in to change notification settings - Fork 811
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
Migration tutorial #1203
Migration tutorial #1203
Conversation
https://colab.research.google.com/github/pytorch/text/blob/9a0ff4569ec481b0382406714aaf2aca607b1651/examples/legacy_tutorial/migration_tutorial.ipynb is the link colab link associated to the latest comment at time of commenting |
9a0ff45
to
303bb6c
Compare
In the README file, I use the link - https://colab.research.google.com/github/zhangguanheng66/text/blob/master/examples/legacy_tutorial/migration_tutorial.ipynb>. |
Codecov Report
@@ Coverage Diff @@
## master #1203 +/- ##
=======================================
Coverage 73.23% 73.23%
=======================================
Files 67 67
Lines 3718 3718
=======================================
Hits 2723 2723
Misses 995 995 Continue to review full report at Codecov.
|
Also, can you update the tutorial to be built against the RC? |
As a side note
If you just want sublists of size batch_size*100 you can also use Python builtins
|
Yep. Add to the tutorial. |
Add the migration tutorial in
examples/legacy_tutorial
folder