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
35e9d291
Commit
35e9d291
authored
Oct 24, 2020
by
anivegesana
Browse files
Remove debugging registrations
parent
0bfc786c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
official/vision/beta/configs/backbones.py
official/vision/beta/configs/backbones.py
+0
-2
official/vision/beta/dataloaders/classification_input.py
official/vision/beta/dataloaders/classification_input.py
+1
-0
No files found.
official/vision/beta/configs/backbones.py
View file @
35e9d291
...
...
@@ -64,7 +64,6 @@ class RevNet(hyperparams.Config):
# Specifies the depth of RevNet.
model_id
:
int
=
56
from
official.vision.beta.projects.yolo.configs.backbones
import
DarkNet
@
dataclasses
.
dataclass
class
Backbone
(
hyperparams
.
OneOfConfig
):
...
...
@@ -86,4 +85,3 @@ class Backbone(hyperparams.OneOfConfig):
efficientnet
:
EfficientNet
=
EfficientNet
()
spinenet
:
SpineNet
=
SpineNet
()
mobilenet
:
MobileNet
=
MobileNet
()
darknet
:
DarkNet
=
DarkNet
()
official/vision/beta/dataloaders/classification_input.py
View file @
35e9d291
...
...
@@ -48,6 +48,7 @@ class Parser(parser.Parser):
aug_rand_hflip
=
True
,
dtype
=
'float32'
):
"""Initializes parameters for parsing annotations in the dataset.
Args:
output_size: `Tenssor` or `list` for [height, width] of output image. The
output_size should be divided by the largest feature stride 2^max_level.
...
...
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