From 4ba69f2d1bd4c0bb24eb4e6bb491e698a27d0b91 Mon Sep 17 00:00:00 2001 From: rmaphoh Date: Wed, 19 Feb 2025 15:09:23 +0000 Subject: [PATCH] major package upgrade&new weights --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index f07136b..78cbd54 100644 --- a/README.md +++ b/README.md @@ -95,6 +95,11 @@ To fine tune RETFound on your own data, follow these steps: huggingface-cli login --token YOUR_HUGGINGFACE_TOKEN ``` +**Optional**: if your machine and server cannot access HuggingFace due to internet wall, run the command below (Do not run it if you can access): +``` +export HF_ENDPOINT=https://hf-mirror.com +``` + 3. Organise your data into this directory structure (Public datasets used in this study can be [downloaded here](BENCHMARK.md)) ```