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
aa40db0c
Commit
aa40db0c
authored
Sep 28, 2021
by
Xianzhi Du
Committed by
A. Unique TensorFlower
Sep 28, 2021
Browse files
Internal change
PiperOrigin-RevId: 399483204
parent
482823c8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
2 deletions
+0
-2
official/vision/beta/modeling/layers/nn_layers.py
official/vision/beta/modeling/layers/nn_layers.py
+0
-1
official/vision/beta/projects/vit/modeling/nn_blocks.py
official/vision/beta/projects/vit/modeling/nn_blocks.py
+0
-1
No files found.
official/vision/beta/modeling/layers/nn_layers.py
View file @
aa40db0c
...
...
@@ -13,7 +13,6 @@
# limitations under the License.
"""Contains common building blocks for neural networks."""
from
typing
import
Callable
,
Dict
,
List
,
Optional
,
Tuple
,
Union
from
absl
import
logging
...
...
official/vision/beta/projects/vit/modeling/nn_blocks.py
View file @
aa40db0c
...
...
@@ -13,7 +13,6 @@
# limitations under the License.
"""Keras-based TransformerEncoder block layer."""
import
tensorflow
as
tf
from
official.nlp
import
keras_nlp
...
...
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