Skip to content

Commit 0d25c2e

Browse files
Add draft of LwM options.
1 parent fb997b8 commit 0d25c2e

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

Diff for: options/lwm/lwm_cifar100.yaml

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# I haven't been able to reproduce LwM results!
2+
# And since official code is not available, I'm not sure how to solve that.
3+
4+
model: lwm
5+
convnet: resnet34
6+
7+
memory_size: 2000
8+
9+
distillation_config:
10+
factor: 1.0
11+
12+
attention_config:
13+
factor: 0.1
14+
15+
lr: 0.01
16+
weight_decay: 0.00005
17+
scheduling: null
18+
lr_decay: 0.2
19+
optimizer: sgd_nesterov
20+
epochs: 1
21+
22+
dataset_transforms:
23+
color_jitter: false

0 commit comments

Comments
 (0)