the error as follows:
Traceback (most recent call last):
File "C:/Users/HP/Desktop/GAN_CC/generative-compression-master/compress.py", line 80, in
main()
File "C:/Users/HP/Desktop/GAN_CC/generative-compression-master/compress.py", line 77, in main
single_compress(config_test, args)
File "C:/Users/HP/Desktop/GAN_CC/generative-compression-master/compress.py", line 20, in single_compress
assert (ckpt.model_checkpoint_path), 'Missing checkpoint file!'
AttributeError: 'NoneType' object has no attribute 'model_checkpoint_path'
the error as follows: Traceback (most recent call last): File "C:/Users/HP/Desktop/GAN_CC/generative-compression-master/compress.py", line 80, in
main()
File "C:/Users/HP/Desktop/GAN_CC/generative-compression-master/compress.py", line 77, in main
single_compress(config_test, args)
File "C:/Users/HP/Desktop/GAN_CC/generative-compression-master/compress.py", line 20, in single_compress
assert (ckpt.model_checkpoint_path), 'Missing checkpoint file!'
AttributeError: 'NoneType' object has no attribute 'model_checkpoint_path'