We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb997b8 commit 0d25c2eCopy full SHA for 0d25c2e
options/lwm/lwm_cifar100.yaml
@@ -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