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
3e93722a
Commit
3e93722a
authored
Jan 13, 2017
by
Neal Wu
Committed by
GitHub
Jan 13, 2017
Browse files
Merge branch 'master' into master
parents
2335c9fc
4de34a4c
Changes
61
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
tutorials/rnn/translate/translate.py
tutorials/rnn/translate/translate.py
+2
-2
No files found.
tutorials/rnn/translate/translate.py
View file @
3e93722a
...
@@ -42,8 +42,8 @@ import numpy as np
...
@@ -42,8 +42,8 @@ import numpy as np
from
six.moves
import
xrange
# pylint: disable=redefined-builtin
from
six.moves
import
xrange
# pylint: disable=redefined-builtin
import
tensorflow
as
tf
import
tensorflow
as
tf
from
tensorflow.models.rnn.translate
import
data_utils
import
data_utils
from
tensorflow.models.rnn.translate
import
seq2seq_model
import
seq2seq_model
tf
.
app
.
flags
.
DEFINE_float
(
"learning_rate"
,
0.5
,
"Learning rate."
)
tf
.
app
.
flags
.
DEFINE_float
(
"learning_rate"
,
0.5
,
"Learning rate."
)
...
...
Prev
1
2
3
4
Next
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