-
Notifications
You must be signed in to change notification settings - Fork 8
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
Query Regarding SUN397 Dataset #4
Comments
Additionally, could you please guide me on where to change the dataset path in the code? Knowing this would greatly assist me in setting up the project environment. |
DTD Dataset Split Any guidance or advice on these matters would be greatly appreciated. Thank you for your time and consideration. I am looking forward to your response. |
Hi @SHIBOYA. Regarding SUN397, I just pushed an update that should fix your issue. Please let me know if it works.
you can use the
|
when I try to patch on SUN397:
an error message appears: This dataset is not supported. How can this be resolved? |
Did you pull from the latest version? |
I have just noticed that the updated codebase you provided has successfully addressed my concerns, and I am truly thankful for your support. I am writing to express my sincere gratitude for your assistance and prompt response to my queries. Thank you once again for your invaluable support! |
Our pleasure! Closing for now, but feel free to re-open if you have any other questions or concerns. |
Hi, I am looking to understand the correct commands to run the model on different datasets and whether the learning rates or other hyperparameters need to be adjusted for different base models. Commands for Different Datasets: Any additional details on specific parameters or configurations for different datasets and models would be greatly appreciated. Thank you very much for your time and assistance. I am looking forward to your response. |
We learning rate 1e-5 for all models and fine-tune for roughly 2000 iterations for all datasets. To change the training dataset, you need to change the --train-dataset flag. |
I hope this email finds you well. My name is [Your Name], and I am currently working on [Your Project/Research Topic]. I am very interested in using [Your Model/Software Name] for my work.
While attempting to fine-tune the model on the SUN397 dataset, I encountered the following error: AssertionError: Unsupported dataset: SUN397. Supported datasets: ['CIFAR10', 'CIFAR100', 'Cars', 'DTD', 'EuroSAT', 'EuroSATVal', 'FashionMNIST', 'GTSRB', 'ImageNet', 'KITTI', 'KITTIVal', 'MNIST', 'MTSD', 'RESISC45', 'STL10', 'SVHN']
I was wondering if there is a way to resolve this issue or if you have plans to include SUN397 in the list of supported datasets in the future.
Any guidance or advice on this matter would be greatly appreciated.
Thank you for your time and consideration. I am looking forward to your response.
The text was updated successfully, but these errors were encountered: