File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,8 +25,8 @@ Use the following command for the inference of a sample. You can change the inde
25
25
python vis_recon.py --num_classes 10 --num_cpt 20 --index 0 --top_sample 10 ---deactivate -1
26
26
```
27
27
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.
30
30
```
31
31
Pre-training of backbone:
32
32
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"
You can’t perform that action at this time.
0 commit comments