Skip to content

Commit 09ee446

Browse files
MarkDaoustcopybara-github
authored andcommitted
Fixes for public imdb tutorials.
PiperOrigin-RevId: 245428010
1 parent e785a90 commit 09ee446

File tree

10 files changed

+1391
-1290
lines changed

10 files changed

+1391
-1290
lines changed

site/en/r2/tutorials/keras/basic_text_classification.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
"source": [
126126
"from __future__ import absolute_import, division, print_function, unicode_literals\n",
127127
"\n",
128-
"!pip install tensorflow==2.0.0-alpha0\n",
128+
"!pip install tf-nightly-2.0-preview\n",
129129
"import tensorflow as tf\n",
130130
"from tensorflow import keras\n",
131131
"\n",

0 commit comments

Comments
 (0)