Skip to content

Commit

Permalink
Update Interactive_Back_Translation.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
thtrieu committed Mar 11, 2021
1 parent 96716f6 commit 728793b
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions colab/Interactive_Back_Translation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"include_colab_link": true
},
"kernelspec": {
"name": "python2",
"display_name": "Python 2"
"name": "python3",
"display_name": "Python 3"
},
"accelerator": "GPU"
},
Expand Down Expand Up @@ -134,7 +134,9 @@
"colab": {}
},
"source": [
"%tensorflow_version 1.x\n",
"!pip install -q -U tensor2tensor\n",
"!pip install tensorflow-datasets==3.2.1\n",
"\n",
"import os\n",
"from tensor2tensor.bin import t2t_decoder\n",
Expand Down Expand Up @@ -305,4 +307,4 @@
]
}
]
}
}

0 comments on commit 728793b

Please sign in to comment.