image size option

This commit is contained in:
rmaphoh
2023-10-15 23:48:14 +01:00
parent cf9c34c801
commit 62746e7f03
3 changed files with 6 additions and 3 deletions
+4 -2
View File
@@ -78,7 +78,8 @@ python -m torch.distributed.launch --nproc_per_node=1 --master_port=48798 main_f
--nb_classes 5 \
--data_path ./IDRiD_data/ \
--task ./finetune_IDRiD/ \
--finetune ./RETFound_cfp_weights.pth
--finetune ./RETFound_cfp_weights.pth \
--input_size 224
```
@@ -97,7 +98,8 @@ python -m torch.distributed.launch --nproc_per_node=1 --master_port=48798 main_f
--nb_classes 5 \
--data_path ./IDRiD_data/ \
--task ./internal_IDRiD/ \
--resume ./finetune_IDRiD/checkpoint-best.pth
--resume ./finetune_IDRiD/checkpoint-best.pth \
--input_size 224
```