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
fdd66a26
"vscode:/vscode.git/clone" did not exist on "aa10365c9f6c21fbd2cb685e19b16ec7f005c278"
Unverified
Commit
fdd66a26
authored
Mar 12, 2018
by
Taylor Robie
Committed by
GitHub
Mar 12, 2018
Browse files
Fix resnet import (#3575)
parent
f6bba08d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
official/resnet/resnet_test.py
official/resnet/resnet_test.py
+3
-1
No files found.
official/resnet/resnet_test.py
View file @
fdd66a26
...
...
@@ -19,10 +19,12 @@ from __future__ import print_function
import
numpy
as
np
import
resnet
import
tensorflow
as
tf
from
official.resnet
import
resnet
# pylint: disable=g-bad-import-order
class
BlockTest
(
tf
.
test
.
TestCase
):
def
dense_run
(
self
,
tf_seed
):
...
...
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