Skip to content

Commit f4b302c

Browse files
arjungtensorflow-copybara
authored andcommitted
Update the graph-NSL tutorials to use TF 2.0.1 with GPU support.
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
1 parent 7a97f52 commit f4b302c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

g3doc/tutorials/graph_keras_lstm_imdb.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
"source": [
115115
"## Requirements\n",
116116
"\n",
117-
"1. Install TensorFlow 2.2.x to create an interactive development environment with eager execution.\n",
117+
"1. Install TensorFlow 2.0.x to create an interactive development environment with eager execution.\n",
118118
"2. Install the Neural Structured Learning package.\n",
119119
"3. Install tensorflow-hub."
120120
]
@@ -129,7 +129,7 @@
129129
},
130130
"outputs": [],
131131
"source": [
132-
"!pip install tf-nightly==2.2.0.dev20200218"
132+
"!pip install tensorflow-gpu==2.0.1"
133133
]
134134
},
135135
{

g3doc/tutorials/graph_keras_mlp_cora.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
"id": "hgSLDi0SyBuO"
117117
},
118118
"source": [
119-
"1. Install TensorFlow 2.2.x to create an interactive development environment with eager execution.\n",
119+
"1. Install TensorFlow 2.0.x to create an interactive development environment with eager execution.\n",
120120
"2. Install the Neural Structured Learning package."
121121
]
122122
},
@@ -130,7 +130,7 @@
130130
},
131131
"outputs": [],
132132
"source": [
133-
"!pip install tf-nightly==2.2.0.dev20200218"
133+
"!pip install tensorflow-gpu==2.0.1"
134134
]
135135
},
136136
{

0 commit comments

Comments
 (0)