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

Many missing files. #6

Open
yongchaoz opened this issue Mar 18, 2023 · 2 comments
Open

Many missing files. #6

yongchaoz opened this issue Mar 18, 2023 · 2 comments

Comments

@yongchaoz
Copy link

yongchaoz commented Mar 18, 2023

Dear authors,

I find there are many missing files in the codebase.

The README.md file shows the command to run Zero-shot and Few-shot on Eurosat dataset. However, I can not find corresponding dataset class. Moreover, it is unclear how the data split is done. By doing some recursive search, I guess you may use the split from https://github.com/KaiyangZhou/CoOp/blob/main/DATASETS.md#eurosat. After fix that, there is a module called "wilds" is missing and a model called "robustness" is missing.

I wonder could you guys add the missing files. Maybe test the codebase from scratch to make sure it is runnable?

Many thanks.

@RuiFeiHe
Copy link
Member

Hi,

  1. The dataset class of different datasets could be found at 'SyntheticData/src/classifier-tuning/src/datasets/transfer_ds/transfer_datasets.py'.
  2. The data splits are indeed from CoOp.
  3. 'wilds' and 'robustness' are open repos, and already included in our requirement.txt. You could use pip to install.

@he-y
Copy link

he-y commented Mar 22, 2023

Hi, I have a related question. What are the data augmentation methods for each dataset?
After looking into the files in transfer_ds folder, still cannot find it.
Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants