DBA
DBA copied to clipboard
thanks for your code, I want to do this experiment on 256*256 datasets for example Imagenet, what can I do to make it?
Hi, for new dataset, you may want to
- add a new dataloader https://github.com/AI-secure/DBA/blob/3cabf7ec3d9967eefb9c3cb983c6eb671ac12b33/image_helper.py#L173
- add the dataset in the main.py https://github.com/AI-secure/DBA/blob/3cabf7ec3d9967eefb9c3cb983c6eb671ac12b33/main.py#L106
- parse the new parameters (https://github.com/AI-secure/DBA/blob/master/utils/tiny_params.yaml) for this dataset