Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/clemsgrs/dinov2
Browse files Browse the repository at this point in the history
  • Loading branch information
clemsgrs committed Feb 21, 2024
2 parents 2458005 + a96517d commit 918c302
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,6 @@ python -m torch.distributed.run --nproc_per_node=gpu dinov2/train/train.py \
train.dataset_path=Pathology:root={path/to/data/root}:subset={subset}
```

Replace `{path/to/data/root}` with the folder you chose for `--output_root` in data preparation (e.g. `PathologyFoundation:root=/root/data`).<br>
Replace `{path/to/data/root}` with the folder you chose for `--output_root` in data preparation (e.g. `Pathology:root=/root/data`).<br>
Leave out `:subset={subset}` if you didn't restrict the dataset to a specific subset when preparing data.<br>
Otherwise, replace `{subset}` with the suffix you chose for `--suffix` in data preparation (e.g. `PathologyFoundation:root=/root/data:subset=train`).
Otherwise, replace `{subset}` with the suffix you chose for `--suffix` in data preparation (e.g. `Pathology:root=/root/data:subset=train`).

0 comments on commit 918c302

Please sign in to comment.