Skip to content

Commit

Permalink
fix colab link
Browse files Browse the repository at this point in the history
  • Loading branch information
Guanheng Zhang committed Feb 25, 2021
1 parent 20ed9c3 commit 7f653c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -142,7 +142,7 @@ In v0.9.0 release, we move the following legacy code to `torchtext.legacy <#lega
* ``torchtext.legacy.data.pipeline``
* ``torchtext.legacy.datasets``

We have a `migration tutorial <https://colab.research.google.com/github/zhangguanheng66/text/blob/master/examples/legacy_tutorial/migration_tutorial.ipynb>`_ to help users switch to the torchtext datasets in ``v0.9.0`` release. For the users who still want the legacy components, they can add ``legacy`` to the import path.
We have a `migration tutorial <https://colab.research.google.com/github/pytorch/text/blob/master/examples/legacy_tutorial/migration_tutorial.ipynb>`_ to help users switch to the torchtext datasets in ``v0.9.0`` release. For the users who still want the legacy components, they can add ``legacy`` to the import path.

Disclaimer on Datasets
======================
Expand Down
2 changes: 1 addition & 1 deletion torchtext/legacy/README.rst
Expand Up @@ -10,7 +10,7 @@ In v0.9.0 release, we move the following legacy code to `torchtext.legacy <#lega
* ``torchtext.legacy.data.pipeline``
* ``torchtext.legacy.datasets``

We have a `migration tutorial <https://colab.research.google.com/github/zhangguanheng66/text/blob/master/examples/legacy_tutorial/migration_tutorial.ipynb>`_ to help users switch to the torchtext datasets in ``v0.9.0`` release. For the users who still want the legacy components, they can add ``legacy`` to the import path.
We have a `migration tutorial <https://colab.research.google.com/github/pytorch/text/blob/master/examples/legacy_tutorial/migration_tutorial.ipynb>`_ to help users switch to the torchtext datasets in ``v0.9.0`` release. For the users who still want the legacy components, they can add ``legacy`` to the import path.

Another option is to import ``torchtext.legacy`` as ``torchtext``. For example:

Expand Down

0 comments on commit 7f653c5

Please sign in to comment.