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
2327cbf7
Commit
2327cbf7
authored
Jan 05, 2021
by
Yin Cui
Committed by
A. Unique TensorFlower
Jan 05, 2021
Browse files
Internal change
PiperOrigin-RevId: 350257408
parent
d4149bca
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
0 deletions
+11
-0
official/vision/beta/configs/experiments/video_classification/k400_slowonly8x8_tpu.yaml
...xperiments/video_classification/k400_slowonly8x8_tpu.yaml
+7
-0
official/vision/beta/modeling/backbones/resnet_3d.py
official/vision/beta/modeling/backbones/resnet_3d.py
+4
-0
No files found.
official/vision/beta/configs/experiments/video_classification/k400_slowonly8x8_tpu.yaml
View file @
2327cbf7
...
...
@@ -53,6 +53,13 @@ task:
shuffle_buffer_size
:
1024
validation_data
:
name
:
kinetics400
feature_shape
:
!!python/tuple
-
8
-
256
-
256
-
3
temporal_stride
:
8
num_test_clips
:
1
global_batch_size
:
32
dtype
:
'
bfloat16'
drop_remainder
:
false
...
...
official/vision/beta/modeling/backbones/resnet_3d.py
View file @
2327cbf7
...
...
@@ -294,6 +294,10 @@ def build_resnet3d(
temporal_kernel_sizes
=
temporal_kernel_sizes
,
use_self_gating
=
use_self_gating
,
input_specs
=
input_specs
,
stem_conv_temporal_kernel_size
=
backbone_cfg
.
stem_conv_temporal_kernel_size
,
stem_conv_temporal_stride
=
backbone_cfg
.
stem_conv_temporal_stride
,
stem_pool_temporal_stride
=
backbone_cfg
.
stem_pool_temporal_stride
,
activation
=
norm_activation_config
.
activation
,
use_sync_bn
=
norm_activation_config
.
use_sync_bn
,
norm_momentum
=
norm_activation_config
.
norm_momentum
,
...
...
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