Skip to content

Commit

Permalink
fix config bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
limbo0000 committed Jun 18, 2020
1 parent 1b3568e commit 182dae0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions config_files/kinetics400/tpn/r101f16s4.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
scale=(1, 1, 1),
),
downsampling_config=dict(
scales=(1, 1, 1),
scales=(2, 1, 1),
param=dict(
inplanes=-1,
planes=-1,
Expand All @@ -47,7 +47,7 @@
in_channels=[1024, 1024],
mid_channels=[1024, 1024],
out_channels=2048,
ds_scales=[(2, 2, 2), (1, 1, 1)],
ds_scales=[(2, 1, 1), (1, 1, 1)],
),
aux_head_config=dict(
inplanes=-1,
Expand Down
4 changes: 2 additions & 2 deletions config_files/kinetics400/tpn/r101f32s2.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
scale=(1, 1, 1),
),
downsampling_config=dict(
scales=(1, 1, 1),
scales=(2, 1, 1),
param=dict(
inplanes=-1,
planes=-1,
Expand All @@ -47,7 +47,7 @@
in_channels=[1024, 1024],
mid_channels=[1024, 1024],
out_channels=2048,
ds_scales=[(2, 2, 2), (1, 1, 1)],
ds_scales=[(2, 1, 1), (1, 1, 1)],
),
aux_head_config=dict(
inplanes=-1,
Expand Down
4 changes: 2 additions & 2 deletions config_files/kinetics400/tpn/r101f8s8.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
scale=(1, 1, 1),
),
downsampling_config=dict(
scales=(1, 1, 1),
scales=(2, 1, 1),
param=dict(
inplanes=-1,
planes=-1,
Expand All @@ -47,7 +47,7 @@
in_channels=[1024, 1024],
mid_channels=[1024, 1024],
out_channels=2048,
ds_scales=[(2, 2, 2), (1, 1, 1)],
ds_scales=[(2, 1, 1), (1, 1, 1)],
),
aux_head_config=dict(
inplanes=-1,
Expand Down

0 comments on commit 182dae0

Please sign in to comment.