Skip to content

Commit b8c43dc

Browse files
author
wbw520
committed
update read me
1 parent 5d20ade commit b8c43dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ Use the following command for the inference of a sample. You can change the inde
2525
python vis_recon.py --num_classes 10 --num_cpt 20 --index 0 --top_sample 10 ---deactivate -1
2626
```
2727

28-
#### Usage for CUB200, ImageNet, Synthetic and Custom
29-
We first pre-train the backbone and then train the whole model. For ImageNet, Synthetic and Custom, just change the name for dataset.
28+
#### Usage for CUB200, ImageNet, Synthetic (matplot) and Custom
29+
We first pre-train the backbone and then train the whole model. For ImageNet, Synthetic (matplot) and Custom, just change the name for dataset.
3030
```
3131
Pre-training of backbone:
3232
python main_retri.py --num_classes 50 --num_cpt 20 --base_model resnet18 --lr 0.0005 --epoch 60 --lr_drop 40 --pre_train True --dataset CUB200 --dataset_dir "your dir"

0 commit comments

Comments
 (0)