Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
klnavaneet authored May 3, 2024
1 parent 456cfbf commit 29eebec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,8 @@ The code will complete all 12 runs for the setting used. We assume that the user

You will need to download the fine-tuning dataset and set the dataset path variables accordingly in the bash script before running the code. You can also modify other parameters like network architecture, kshot and PEFT type. It is possible to run the baseline approaches by setting the ``training_type`` argument to ``lora, linear or full``. To evaluate a pretrained model, either provide the model path using the ``weights`` argument or provide the experiment path for the ``outdir`` argument and set the ``eval`` argument in the bash script. Run the ``calculate_acc_mean_std.py`` code with appropriate experiment path to aggregate the accuracy values across the 12 runs and report the mean and standard deviation.

**Pretrained models** with logs for CIFAR-10 and CIFAR-100 datasets using ViT-L are available [here](https://drive.google.com/drive/folders/18TZdYFJRGoX_1uy0kHnGssA7xuJeFbCR?usp=sharing).


## Citation

Expand Down

0 comments on commit 29eebec

Please sign in to comment.