Skip to content

Commit 337e6b5

Browse files
authored
Update docta_cifar10.py
1 parent 1a58eac commit 337e6b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/docta_cifar10.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828

2929
data_path = lambda x: cfg.save_path + f'embedded_{cfg.dataset_type}_{x}.pt'
30-
dataset, _ = load_embedding(pre_processor.save_ckpt_idx, data_path, duplicate=True)
30+
dataset, _ = load_embedding(pre_processor.save_ckpt_idx, data_path, duplicate=False) # change it to duplicate=true may improve the performance
3131

3232
# initialize report
3333
report = Report()

0 commit comments

Comments
 (0)