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
ce62ac15
Unverified
Commit
ce62ac15
authored
Oct 13, 2021
by
srihari-humbarwadi
Browse files
revert comment
parent
add9b37e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
official/vision/beta/modeling/heads/segmentation_heads.py
official/vision/beta/modeling/heads/segmentation_heads.py
+1
-1
No files found.
official/vision/beta/modeling/heads/segmentation_heads.py
View file @
ce62ac15
...
...
@@ -21,7 +21,7 @@ from official.vision.beta.modeling.layers import nn_layers
from
official.vision.beta.ops
import
spatial_transform_ops
#
@tf.keras.utils.register_keras_serializable(package='Vision')
@
tf
.
keras
.
utils
.
register_keras_serializable
(
package
=
'Vision'
)
class
SegmentationHead
(
tf
.
keras
.
layers
.
Layer
):
"""Creates a segmentation head."""
...
...
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