Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
shenweichen committed Apr 10, 2020
1 parent ca884ed commit fcfeabf
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions examples/colab_MovieLen1M_YoutubeDNN.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,9 @@
"! wget http://files.grouplens.org/datasets/movielens/ml-1m.zip -O ./ml-1m.zip \n",
"! wget https://raw.githubusercontent.com/shenweichen/DeepMatch/master/examples/preprocess.py -O preprocess.py\n",
"! unzip -o ml-1m.zip \n",
"%tensorflow_version 1.x\n",
"! pip uninstall -y -q tensorflow\n",
"! pip install -q tensorflow-gpu==1.14.0\n",
"! pip install -q deepmatch==0.1.2"
"! pip install -q tensorflow-gpu==2.1.0\n",
"! pip install -q deepmatch"
]
},
{
Expand Down

0 comments on commit fcfeabf

Please sign in to comment.