1- moved custom_modules to robusntess/tools/ + fixed imports
2- replaced ImageNet resnet.py with the official PyTorch one (and added make_adv customs arguments)
3- Added the official PyTorch DenseNet ImageNet models
4- Fixed the existing CIFAR DenseNet model.
Solving this issue #40
1- moved
custom_modules
torobusntess/tools/
+ fixed imports 2- replaced ImageNetresnet.py
with the official PyTorch one (and addedmake_adv
customs arguments) 3- Added the official PyTorch DenseNet ImageNet models 4- Fixed the existing CIFAR DenseNet model.