Skip to content

Commit

Permalink
Created using Colaboratory
Browse files Browse the repository at this point in the history
  • Loading branch information
thtrieu committed Aug 15, 2019
1 parent e634c38 commit 75e3e7f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions colab/T2T_translate_vi<_>en_tiny_tpu.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"colab_type": "text"
},
"source": [
"<a href=\"https://colab.research.google.com/github/vietai/back_translate/blob/master/colab/T2T_translate_vi%3C_%3Een_tiny_tpu.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>"
"<a href=\"https://colab.research.google.com/github/vietai/dab/blob/master/colab/T2T_translate_vi%3C_%3Een_tiny_tpu.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>"
]
},
{
Expand Down Expand Up @@ -309,9 +309,9 @@
"colab": {}
},
"source": [
"src = '/content/back_translate'\n",
"src = '/content/dab'\n",
"if not os.path.exists(src):\n",
" ! git clone https://github.com/vietai/back_translate.git\n",
" ! git clone https://github.com/vietai/dab.git\n",
"else:\n",
" % cd $src\n",
" ! git pull\n",
Expand Down

0 comments on commit 75e3e7f

Please sign in to comment.