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
8e0f8ae5
Commit
8e0f8ae5
authored
Feb 21, 2018
by
Andrew M. Dai
Browse files
Fix imports in dataset utilities.
parent
9ee73636
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
research/adversarial_text/data/document_generators.py
research/adversarial_text/data/document_generators.py
+1
-1
research/adversarial_text/data/gen_data.py
research/adversarial_text/data/gen_data.py
+2
-2
research/adversarial_text/data/gen_vocab.py
research/adversarial_text/data/gen_vocab.py
+2
-2
No files found.
research/adversarial_text/data/document_generators.py
View file @
8e0f8ae5
...
...
@@ -26,7 +26,7 @@ import random
import
tensorflow
as
tf
from
adversarial_text.data
import
data_utils
import
data_utils
flags
=
tf
.
app
.
flags
FLAGS
=
flags
.
FLAGS
...
...
research/adversarial_text/data/gen_data.py
View file @
8e0f8ae5
...
...
@@ -34,8 +34,8 @@ import string
import
tensorflow
as
tf
from
adversarial_text.data
import
data_utils
from
adversarial_text.data
import
document_generators
import
data_utils
import
document_generators
data
=
data_utils
flags
=
tf
.
app
.
flags
...
...
research/adversarial_text/data/gen_vocab.py
View file @
8e0f8ae5
...
...
@@ -23,8 +23,8 @@ from collections import defaultdict
import
tensorflow
as
tf
from
adversarial_text.data
import
data_utils
from
adversarial_text.data
import
document_generators
import
data_utils
import
document_generators
flags
=
tf
.
app
.
flags
FLAGS
=
flags
.
FLAGS
...
...
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