Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update a URL #459

Merged
merged 1 commit into from
Apr 5, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion configs/official/ilsvrc2012/roymiles/aaai2024/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ The configuration and log files in this directory are used for distributed train

---
### Command to test with checkpoints
- Download https://github.com/yoshitomo-matsubara/torchdistill/releases/download/v1.1.0/ilsvrc2012-resnet18_from_resnet34.pt or from [Google Drive]( https://drive.google.com/drive/folders/1P5mePA0vwWkGqzJCiExfVzpqZEpEDEEz?usp=sharing)
- Download https://github.com/yoshitomo-matsubara/torchdistill/releases/download/v1.1.0/ilsvrc2012.zip from [Google Drive]( https://drive.google.com/drive/folders/1P5mePA0vwWkGqzJCiExfVzpqZEpEDEEz?usp=sharing)
- Update `src_ckpt` of student models defined in the yaml file in this directory with the checkpoint file path

#### Simple Recipe Distillation
Expand Down