Unverified Commit fceeb46d authored by Mark Daoust's avatar Mark Daoust Committed by GitHub
Browse files

delete TODO

parent fac62b79
......@@ -835,7 +835,6 @@
},
"cell_type": "code",
"source": [
"# TODO: this fails silently (training does not converge) if I put the `convert` decorator up here.\n",
"def train(train_ds, test_ds, hp):\n",
" m = mlp_model((28 * 28,))\n",
" opt = tf.train.MomentumOptimizer(hp.learning_rate, 0.9)\n",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment