Skip to content

Commit

Permalink
Update the graph-NSL tutorials to use TF 2.0.1 with GPU support.
Browse files Browse the repository at this point in the history
This version is stable and avoids relying on nightly TF 2.2.0 builds which are under constant churn and may not be stable.

PiperOrigin-RevId: 301676978
  • Loading branch information
arjung authored and tensorflow-copybara committed Mar 18, 2020
1 parent 7a97f52 commit f4b302c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions g3doc/tutorials/graph_keras_lstm_imdb.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
"source": [
"## Requirements\n",
"\n",
"1. Install TensorFlow 2.2.x to create an interactive development environment with eager execution.\n",
"1. Install TensorFlow 2.0.x to create an interactive development environment with eager execution.\n",
"2. Install the Neural Structured Learning package.\n",
"3. Install tensorflow-hub."
]
Expand All @@ -129,7 +129,7 @@
},
"outputs": [],
"source": [
"!pip install tf-nightly==2.2.0.dev20200218"
"!pip install tensorflow-gpu==2.0.1"
]
},
{
Expand Down
4 changes: 2 additions & 2 deletions g3doc/tutorials/graph_keras_mlp_cora.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
"id": "hgSLDi0SyBuO"
},
"source": [
"1. Install TensorFlow 2.2.x to create an interactive development environment with eager execution.\n",
"1. Install TensorFlow 2.0.x to create an interactive development environment with eager execution.\n",
"2. Install the Neural Structured Learning package."
]
},
Expand All @@ -130,7 +130,7 @@
},
"outputs": [],
"source": [
"!pip install tf-nightly==2.2.0.dev20200218"
"!pip install tensorflow-gpu==2.0.1"
]
},
{
Expand Down

0 comments on commit f4b302c

Please sign in to comment.