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
c9202db9
"tests/test_models/vscode:/vscode.git/clone" did not exist on "ed81c6cc326a33f927d4455c219bb7715591b08b"
Commit
c9202db9
authored
Jan 24, 2018
by
cclauss
Browse files
Fix Python 3 Syntax Errors (en masse)
parent
ae0a9409
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
research/neural_gpu/neural_gpu_trainer.py
research/neural_gpu/neural_gpu_trainer.py
+2
-0
research/neural_programmer/neural_programmer.py
research/neural_programmer/neural_programmer.py
+2
-0
No files found.
research/neural_gpu/neural_gpu_trainer.py
View file @
c9202db9
...
@@ -14,6 +14,8 @@
...
@@ -14,6 +14,8 @@
# ==============================================================================
# ==============================================================================
"""Neural GPU."""
"""Neural GPU."""
from
__future__
import
print_function
import
math
import
math
import
os
import
os
import
random
import
random
...
...
research/neural_programmer/neural_programmer.py
View file @
c9202db9
...
@@ -18,6 +18,8 @@ This file calls functions to load & pre-process data, construct the TF graph
...
@@ -18,6 +18,8 @@ This file calls functions to load & pre-process data, construct the TF graph
and performs training or evaluation as specified by the flag evaluator_job
and performs training or evaluation as specified by the flag evaluator_job
Author: aneelakantan (Arvind Neelakantan)
Author: aneelakantan (Arvind Neelakantan)
"""
"""
from
__future__
import
print_function
import
time
import
time
from
random
import
Random
from
random
import
Random
import
numpy
as
np
import
numpy
as
np
...
...
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