MadryLab / robustness

A library for experimenting with, training and evaluating neural networks, with a focus on adversarial robustness.
MIT License
903 stars 181 forks source link

Preparing dataset takes too long.. #124

Open huanranchen opened 1 year ago

huanranchen commented 1 year ago

Each time I start my program, it will take about 1 minute to prepare Restricted Dataset. Is there any way to save time, such as preparing the dataset in advance?