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
76443347
You need to sign in or sign up before continuing.
Commit
76443347
authored
Mar 29, 2021
by
Yeqing Li
Committed by
A. Unique TensorFlower
Mar 29, 2021
Browse files
Removes unused fields.
PiperOrigin-RevId: 365665625
parent
96eed905
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
official/vision/beta/configs/video_classification.py
official/vision/beta/configs/video_classification.py
+0
-2
No files found.
official/vision/beta/configs/video_classification.py
View file @
76443347
...
@@ -36,10 +36,8 @@ class DataConfig(cfg.DataConfig):
...
@@ -36,10 +36,8 @@ class DataConfig(cfg.DataConfig):
num_test_clips
:
int
=
1
num_test_clips
:
int
=
1
num_test_crops
:
int
=
1
num_test_crops
:
int
=
1
num_classes
:
int
=
-
1
num_classes
:
int
=
-
1
num_channels
:
int
=
3
num_examples
:
int
=
-
1
num_examples
:
int
=
-
1
global_batch_size
:
int
=
128
global_batch_size
:
int
=
128
num_devices
:
int
=
1
data_format
:
str
=
'channels_last'
data_format
:
str
=
'channels_last'
dtype
:
str
=
'float32'
dtype
:
str
=
'float32'
one_hot
:
bool
=
True
one_hot
:
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