You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: