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
Currently, MixedDataset benchmark's adversarial dataset is not split into train and test samples. Furthermore, benchmark's download method uses the base dataset's samples as eval_dataset. However, it should be using the test split of the adversarial dataset.
PR #240 (as if 25.11) has some code that is useful under scripts/train_model.SketchDataset
The text was updated successfully, but these errors were encountered:
Currently, MixedDataset benchmark's adversarial dataset is not split into train and test samples. Furthermore, benchmark's
download
method uses the base dataset's samples aseval_dataset
. However, it should be using the test split of the adversarial dataset.PR #240 (as if 25.11) has some code that is useful under scripts/train_model.SketchDataset
The text was updated successfully, but these errors were encountered: