Skip to content

Commit

Permalink
Merge pull request #249 from yoshitomo-matsubara/dev
Browse files Browse the repository at this point in the history
Remove apex configs
  • Loading branch information
yoshitomo-matsubara authored Nov 4, 2022
2 parents 56c9d9d + 51c1860 commit 633390e
Show file tree
Hide file tree
Showing 11 changed files with 0 additions and 63 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,6 @@ train:
output: []
wrapper:
requires_grad: False
apex:
requires: False
opt_level: '01'
optimizer:
type: 'SGD'
params:
Expand Down Expand Up @@ -174,9 +171,6 @@ train:
wrapper:
requires_grad: True
frozen_modules: []
apex:
requires: False
opt_level: '01'
optimizer:
type: 'SGD'
params:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,6 @@ train:
output: ['student_model.avgpool', 'var_estimator']
wrapper:
requires_grad: True
apex:
requires: False
opt_level: '01'
optimizer: &optimizer
type: 'SGD'
params:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,6 @@ train:
output: []
wrapper:
requires_grad: False
apex:
requires: False
opt_level: '01'
optimizer:
type: 'SGD'
params:
Expand Down Expand Up @@ -162,9 +159,6 @@ train:
wrapper:
requires_grad: True
frozen_modules: []
apex:
requires: False
opt_level: '01'
optimizer:
type: 'SGD'
params:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,6 @@ train:
output: []
wrapper:
requires_grad: False
apex:
requires: False
opt_level: '01'
optimizer:
type: 'SGD'
params:
Expand Down Expand Up @@ -169,9 +166,6 @@ train:
wrapper:
requires_grad: True
frozen_modules: ['student_model.backbone.body.conv1', 'student_model.backbone.body.bn1', 'student_model.backbone.body.relu', 'student_model.backbone.body.maxpool']
apex:
requires: False
opt_level: '01'
optimizer:
type: 'SGD'
params:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,6 @@ train:
output: []
wrapper:
requires_grad: False
apex:
requires: False
opt_level: '01'
optimizer:
type: 'SGD'
params:
Expand Down Expand Up @@ -202,9 +199,6 @@ train:
wrapper:
requires_grad: True
frozen_modules: []
apex:
requires: False
opt_level: '01'
optimizer:
type: 'SGD'
params:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,6 @@ train:
output: ['student_model.layer1', 'student_model.layer2', 'student_model.layer3', 'student_model.layer4', 'connector_dict.connector1', 'connector_dict.connector2', 'connector_dict.connector3', 'connector_dict.connector4']
wrapper:
requires_grad: True
apex:
requires: False
opt_level: '01'
optimizer:
type: 'SGD'
params:
Expand Down Expand Up @@ -202,9 +199,6 @@ train:
wrapper: 'DistributedDataParallel'
requires_grad: True
frozen_modules: []
apex:
requires: False
opt_level: '01'
optimizer:
type: 'SGD'
params:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,6 @@ train:
output: ['+convreg']
wrapper: 'DistributedDataParallel'
requires_grad: True
apex:
requires: False
opt_level: '01'
optimizer:
type: 'Adam'
params:
Expand Down Expand Up @@ -137,9 +134,6 @@ train:
wrapper: 'DistributedDataParallel'
requires_grad: True
frozen_modules: []
apex:
requires: False
opt_level: '01'
optimizer:
type: 'SGD'
params:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,6 @@ train:
output: ['layer1', 'layer2', 'layer3', 'layer4']
wrapper: 'DistributedDataParallel'
requires_grad: True
apex:
requires: False
opt_level: '01'
optimizer:
type: 'Adam'
params:
Expand Down Expand Up @@ -175,9 +172,6 @@ train:
wrapper: 'DistributedDataParallel'
requires_grad: True
frozen_modules: []
apex:
requires: False
opt_level: '01'
optimizer:
type: 'SGD'
params:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,6 @@ train:
output: []
wrapper:
requires_grad: False
apex:
requires: False
opt_level: '01'
optimizer:
type: 'SGD'
params:
Expand Down Expand Up @@ -168,9 +165,6 @@ train:
wrapper:
requires_grad: True
frozen_modules: []
apex:
requires: False
opt_level: '01'
optimizer:
type: 'SGD'
params:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,6 @@ train:
output: ['avgpool']
wrapper: 'DistributedDataParallel'
requires_grad: True
apex:
requires: False
opt_level: '01'
optimizer: &optimizer
type: 'SGD'
params:
Expand Down Expand Up @@ -142,9 +139,6 @@ train:
output: ['student_model.avgpool', 'var_estimator']
wrapper:
requires_grad: True
apex:
requires: False
opt_level: '01'
optimizer: *optimizer
scheduler: *scheduler
criterion:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,6 @@ train:
output: []
wrapper:
requires_grad: False
apex:
requires: False
opt_level: '01'
optimizer:
type: 'SGD'
params:
Expand Down Expand Up @@ -162,9 +159,6 @@ train:
wrapper:
requires_grad: True
frozen_modules: []
apex:
requires: False
opt_level: '01'
optimizer:
type: 'SGD'
params:
Expand Down

0 comments on commit 633390e

Please sign in to comment.