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
b519ea47
Commit
b519ea47
authored
Aug 08, 2022
by
Rui Qian
Committed by
A. Unique TensorFlower
Aug 08, 2022
Browse files
Internal change
PiperOrigin-RevId: 466105921
parent
3eed3e03
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
official/vision/configs/video_classification.py
official/vision/configs/video_classification.py
+2
-2
No files found.
official/vision/configs/video_classification.py
View file @
b519ea47
...
...
@@ -14,7 +14,7 @@
"""Video classification configuration definition."""
import
dataclasses
from
typing
import
Optional
,
Tuple
from
typing
import
Optional
,
Tuple
,
Union
from
official.core
import
config_definitions
as
cfg
from
official.core
import
exp_factory
from
official.modeling
import
hyperparams
...
...
@@ -45,7 +45,7 @@ class DataConfig(cfg.DataConfig):
one_hot
:
bool
=
True
shuffle_buffer_size
:
int
=
64
cache
:
bool
=
False
input_path
:
str
=
''
input_path
:
Union
[
str
,
cfg
.
base_config
.
Config
]
=
''
is_training
:
bool
=
True
cycle_length
:
int
=
10
drop_remainder
:
bool
=
True
...
...
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