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

Reproducibility of Experiments in SL-Animals #3

Open
NakabayashiTakuya opened this issue Dec 9, 2023 · 0 comments
Open

Reproducibility of Experiments in SL-Animals #3

NakabayashiTakuya opened this issue Dec 9, 2023 · 0 comments

Comments

@NakabayashiTakuya
Copy link

Hello. I am attempting to replicate the experiments outlined in the SL-Animals 3-Sets dataset's paper.

After downloading the dataset and preprocessing it with the dataset_scripts/sl_animals.py, I conducted experiments using the provided all_params.json.
I encountered the error message "FileNotFoundError: [Errno 2] No such file or directory: './datasets/SL_animal_splits/dataset_3sets_12000/train/'" when using the default settings, prompting me to modify line 392 of data_generation.py to "self.data_folder = './datasets/SL_animal_splits/dataset_3sets_2000/'".
I haven't made any changes to the code other than that.

Upon running the experiments multiple times with this configuration, the accuracy reached only around 80%. However, the paper reports an accuracy of 87.45%.
Could this discrepancy be attributed to the randomness in the initialization of the model weights?
If you have any insights, please share them.

I look forward to hearing from 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

1 participant