"git@developer.sourcefind.cn:change/sglang.git" did not exist on "ce112c07fe117ae8bd06c1903035a72b82cb28b6"
Unverified Commit fceeb46d authored by Mark Daoust's avatar Mark Daoust Committed by GitHub
Browse files

delete TODO

parent fac62b79
...@@ -835,7 +835,6 @@ ...@@ -835,7 +835,6 @@
}, },
"cell_type": "code", "cell_type": "code",
"source": [ "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", "def train(train_ds, test_ds, hp):\n",
" m = mlp_model((28 * 28,))\n", " m = mlp_model((28 * 28,))\n",
" opt = tf.train.MomentumOptimizer(hp.learning_rate, 0.9)\n", " opt = tf.train.MomentumOptimizer(hp.learning_rate, 0.9)\n",
...@@ -941,4 +940,4 @@ ...@@ -941,4 +940,4 @@
"outputs": [] "outputs": []
} }
] ]
} }
\ No newline at end of file
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