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

About the usage of CIFAR10 dataset in the code repo #33

Open
zyh10655 opened this issue Jul 18, 2023 · 1 comment
Open

About the usage of CIFAR10 dataset in the code repo #33

zyh10655 opened this issue Jul 18, 2023 · 1 comment

Comments

@zyh10655
Copy link

Greetings,
I notice in the ethec_experiments.py of the Adam1X branch, both ETHECExperiment() and ETHEC2D() need a CIFAR10 object. May I ask what is CIFAR10 used here? If the aiming dataset is ETHEC1.0, why do we still need to define the label map of CIFAR10?
Sincerely thanks for any possible response.

@ankitdhall
Copy link
Owner

Do you mean this line? https://github.com/ankitdhall/learning_embeddings/blob/Adam1x/network/ethec_experiments.py#L48

If that is the case, it was to reuse the experimental setup created for the CIFAR10 dataset. The dataset-specific details are overridden in the child class i.e. ETHEC2D for example. In hindsight, I could have designed it better. I hope this answers your query.

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

2 participants