Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
ResNet50_tensorflow
Commits
fceeb46d
"git@developer.sourcefind.cn:change/sglang.git" did not exist on "ce112c07fe117ae8bd06c1903035a72b82cb28b6"
Unverified
Commit
fceeb46d
authored
Jul 13, 2018
by
Mark Daoust
Committed by
GitHub
Jul 13, 2018
Browse files
delete TODO
parent
fac62b79
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
samples/core/guide/autograph.ipynb
samples/core/guide/autograph.ipynb
+1
-2
No files found.
samples/core/guide/autograph.ipynb
View file @
fceeb46d
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment