OmidPoursaeed / Generative_Adversarial_Perturbations

Generative Adversarial Perturbations (CVPR 2018)
https://arxiv.org/abs/1712.02328
135 stars 22 forks source link

Update GAP_clf to work with PyTorch 0.4 #1

Closed isaykatsman closed 6 years ago

isaykatsman commented 6 years ago

Currently crashes with tensor typing issues with PyTorch 0.4. Needed to add an explicit cast to fix this issue. Will push soon.