Skip to content

Commit e47dc4b

Browse files
committed
make flag parsing happy
1 parent 954d416 commit e47dc4b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tutorials/BertTutorial.ipynb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,8 @@
194194
"tf.logging.set_verbosity(\"WARN\")\n",
195195
"\n",
196196
"# touch flags\n",
197-
"FLAGS = tf.flags.FLAGS"
197+
"FLAGS = tf.flags.FLAGS\n",
198+
"tf.app.flags.DEFINE_string('f', '', 'kernel')"
198199
]
199200
},
200201
{

0 commit comments

Comments
 (0)