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
db185f61
Commit
db185f61
authored
Jul 04, 2022
by
Gunho Park
Browse files
Delete comments
parent
92a69a9c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
official/projects/detr/configs/detr.py
official/projects/detr/configs/detr.py
+0
-2
No files found.
official/projects/detr/configs/detr.py
View file @
db185f61
...
@@ -26,7 +26,6 @@ from official.vision.configs import backbones
...
@@ -26,7 +26,6 @@ from official.vision.configs import backbones
from
official.projects.detr
import
optimization
from
official.projects.detr
import
optimization
from
official.projects.detr.dataloaders
import
coco
from
official.projects.detr.dataloaders
import
coco
# pylint: disable=missing-class-docstring
@
dataclasses
.
dataclass
@
dataclasses
.
dataclass
class
DataConfig
(
cfg
.
DataConfig
):
class
DataConfig
(
cfg
.
DataConfig
):
"""Input config for training."""
"""Input config for training."""
...
@@ -35,7 +34,6 @@ class DataConfig(cfg.DataConfig):
...
@@ -35,7 +34,6 @@ class DataConfig(cfg.DataConfig):
is_training
:
bool
=
False
is_training
:
bool
=
False
dtype
:
str
=
'bfloat16'
dtype
:
str
=
'bfloat16'
decoder
:
common
.
DataDecoder
=
common
.
DataDecoder
()
decoder
:
common
.
DataDecoder
=
common
.
DataDecoder
()
#parser: Parser = Parser()
shuffle_buffer_size
:
int
=
10000
shuffle_buffer_size
:
int
=
10000
file_type
:
str
=
'tfrecord'
file_type
:
str
=
'tfrecord'
...
...
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