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
18402b08
Commit
18402b08
authored
Aug 08, 2020
by
xinliupitt
Browse files
clean import
parent
6d52239a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
8 deletions
+0
-8
official/nlp/transformer/transformer.py
official/nlp/transformer/transformer.py
+0
-8
No files found.
official/nlp/transformer/transformer.py
View file @
18402b08
...
@@ -22,16 +22,8 @@ from __future__ import division
...
@@ -22,16 +22,8 @@ from __future__ import division
from
__future__
import
print_function
from
__future__
import
print_function
import
tensorflow
as
tf
import
tensorflow
as
tf
from
official.modeling
import
tf_utils
from
official.modeling.activations
import
attention_initializer
from
official.nlp.modeling
import
layers
from
official.nlp.modeling.layers
import
position_embedding
from
official.nlp.modeling.layers
import
transformer
from
official.nlp.modeling.models
import
seq2seq_transformer
from
official.nlp.modeling.models
import
seq2seq_transformer
from
official.nlp.modeling.ops
import
beam_search
from
official.nlp.transformer
import
metrics
from
official.nlp.transformer
import
metrics
from
official.nlp.transformer
import
model_utils
from
official.nlp.transformer.utils.tokenizer
import
EOS_ID
# Disable the not-callable lint error, since it claims many objects are not
# Disable the not-callable lint error, since it claims many objects are not
...
...
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