Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fceeb46

Browse files
authored
delete TODO
1 parent fac62b7 commit fceeb46

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

samples/core/guide/autograph.ipynb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -835,7 +835,6 @@
835835
},
836836
"cell_type": "code",
837837
"source": [
838-
"# TODO: this fails silently (training does not converge) if I put the `convert` decorator up here.\n",
839838
"def train(train_ds, test_ds, hp):\n",
840839
" m = mlp_model((28 * 28,))\n",
841840
" opt = tf.train.MomentumOptimizer(hp.learning_rate, 0.9)\n",
@@ -941,4 +940,4 @@
941940
"outputs": []
942941
}
943942
]
944-
}
943+
}

0 commit comments

Comments
 (0)