From 3ed6286ed7f7aeb9f08172c6c26e640c930e53c6 Mon Sep 17 00:00:00 2001 From: rmaphoh Date: Wed, 19 Feb 2025 14:07:56 +0000 Subject: [PATCH] major package upgrade&new weights --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 33794a4..3f9b0d1 100644 --- a/README.md +++ b/README.md @@ -160,7 +160,7 @@ torchrun --nproc_per_node=1 --master_port=48798 main_finetune.py \ --data_path ./IDRiD \ --input_size 224 \ --task RETFound_mae_meh-IDRiD \ - --resume ./finetune_IDRiD/checkpoint-best.pth + --resume ./RETFound_mae_meh-IDRiD/checkpoint-best.pth ```