@@ -68,6 +68,7 @@ models:
68
68
weights : !getattr [*teacher_weights, 'IMAGENET1K_V1']
69
69
src_ckpt :
70
70
student_model :
71
+ repo_or_dir : ' yoshitomo-matsubara/sc2-benchmark'
71
72
key : &student_model_key 'custom_inception_v3'
72
73
_weights : &student_weights !import_get
73
74
key : ' torchvision.models.inception.Inception_V3_Weights'
@@ -131,11 +132,11 @@ train:
131
132
student :
132
133
forward_proc : ' forward_batch_only'
133
134
adaptations :
134
- sequential : ['bottleneck_layer', 'Mixed_5b', 'Mixed_5c', 'Mixed_5d', 'Mixed_6a', 'Mixed_6b', 'Mixed_6c', 'Mixed_6d', 'Mixed_6e', 'Mixed_7a', 'Mixed_7b', 'Mixed_7c ']
135
- frozen_modules : ['Mixed_5b', ' Mixed_5c', 'Mixed_5d', 'Mixed_6a', 'Mixed_6b', 'Mixed_6c', 'Mixed_6d', 'Mixed_6e', 'Mixed_7a', 'Mixed_7b', 'Mixed_7c']
135
+ sequential : ['bottleneck_layer', 'inception_modules ']
136
+ frozen_modules : ['inception_modules. Mixed_5c', 'inception_modules. Mixed_5d', 'inception_modules. Mixed_6a', 'inception_modules. Mixed_6b', 'inception_modules. Mixed_6c', 'inception_modules. Mixed_6d', 'inception_modules. Mixed_6e', 'inception_modules. Mixed_7a', 'inception_modules. Mixed_7b', 'inception_modules. Mixed_7c']
136
137
forward_hook :
137
138
input : []
138
- output : ['bottleneck_layer', 'Mixed_5d', 'Mixed_6e', 'Mixed_7c']
139
+ output : ['bottleneck_layer', 'inception_modules. Mixed_5d', 'inception_modules. Mixed_6e', 'inception_modules. Mixed_7c']
139
140
wrapper : ' DistributedDataParallel'
140
141
requires_grad : True
141
142
optimizer :
@@ -178,7 +179,7 @@ train:
178
179
kwargs :
179
180
input :
180
181
is_from_teacher : False
181
- module_path : ' Mixed_5d'
182
+ module_path : ' inception_modules. Mixed_5d'
182
183
io : ' output'
183
184
target :
184
185
is_from_teacher : True
@@ -195,7 +196,7 @@ train:
195
196
kwargs :
196
197
input :
197
198
is_from_teacher : False
198
- module_path : ' Mixed_6e'
199
+ module_path : ' inception_modules. Mixed_6e'
199
200
io : ' output'
200
201
target :
201
202
is_from_teacher : True
@@ -212,7 +213,7 @@ train:
212
213
kwargs :
213
214
input :
214
215
is_from_teacher : False
215
- module_path : ' Mixed_7c'
216
+ module_path : ' inception_modules. Mixed_7c'
216
217
io : ' output'
217
218
target :
218
219
is_from_teacher : True
0 commit comments