Skip to content

Commit cb6efdd

Browse files
Fix 'Fix memory' for PODNet and bad FT for PODNet NME.
1 parent c09fc54 commit cb6efdd

File tree

2 files changed

+6
-10
lines changed

2 files changed

+6
-10
lines changed

options/podnet/podnet_cnn_cifar100.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ dataset: cifar100
33
model: podnet
44
convnet: rebuffi
55

6+
fixed_memory: true
7+
memory_size: 2000
8+
69
eval_type: cnn
710

811
classifier_config:

options/podnet/podnet_nme_cifar100.yaml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ dataset: cifar100
33
model: podnet
44
convnet: rebuffi
55

6+
memory_size: 2000
7+
fixed_memory: true
8+
69
eval_type: nme
710

811
classifier_config:
@@ -23,16 +26,6 @@ nca:
2326
scale: 1.
2427
exclude_pos_denominator: true
2528

26-
groupwise_factors:
27-
old_weights: 0.
28-
29-
finetuning_config:
30-
sampling: undersampling
31-
tuning: classifier
32-
lr: 0.05
33-
epochs: 20
34-
scaling: null
35-
3629
# Cosine Scheduling (CS)
3730
scheduling: cosine
3831

0 commit comments

Comments
 (0)