ermongroup / generative_adversary

Code for the unrestricted adversarial examples paper (NeurIPS 2018)
GNU General Public License v3.0
63 stars 16 forks source link

ckpt_state is always None. #4

Open AditAg opened 5 years ago

AditAg commented 5 years ago

When loading pre-trained classifiers such as those of Zico and Aditi, I always get the following error: AttributeError: 'NoneType' object has no attribute 'model_checkpoint_path'

at line 540 in main.py: print('[*] Loading checkpoint %s' % ckpt_state.model_checkpoint_path) i.e. ckpt_state is always None.

ZPWangZP commented 2 years ago

Have you solved this problem yet?