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
OpenDAS
FastMoE
Commits
2bcf98d7
Commit
2bcf98d7
authored
Jan 11, 2019
by
Zhilin Yang
Committed by
GitHub
Jan 11, 2019
Browse files
Merge pull request #2 from cclauss/patch-1
from six.moves import xrange for line 318
parents
30555418
e5f1ca3c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
tf/train.py
tf/train.py
+2
-0
No files found.
tf/train.py
View file @
2bcf98d7
...
@@ -8,6 +8,8 @@ import time
...
@@ -8,6 +8,8 @@ import time
from
absl
import
flags
from
absl
import
flags
import
absl.logging
as
_logging
# pylint: disable=unused-import
import
absl.logging
as
_logging
# pylint: disable=unused-import
from
six.moves
import
xrange
# pylint: disable=redefined-builtin
import
tensorflow
as
tf
import
tensorflow
as
tf
from
tensorflow.gfile
import
Exists
as
exists
from
tensorflow.gfile
import
Exists
as
exists
import
model
import
model
...
...
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