generative_adversary icon indicating copy to clipboard operation
generative_adversary copied to clipboard

ckpt_state is always None.

Open AditAg opened this issue 6 years ago • 1 comments

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.

AditAg avatar Feb 11 '19 17:02 AditAg

Have you solved this problem yet?

ZPWangZP avatar Sep 06 '22 01:09 ZPWangZP