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.
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.