jiayi-ma / FusionGAN

FusionGAN: A generative adversarial network for infrared and visible image fusion
MIT License
240 stars 58 forks source link

Error during training #12

Open Sharanya0690 opened 7 months ago

Sharanya0690 commented 7 months ago

I cloned the repository and try to train it on my data, I am getting this error while running main.py. Can you please help with this?

File "/lustre07/scratch/sharanya/fusiongan/main.py", line 36, in main with tf.compat.v1.Session() as sess: raise TypeError( TypeError: RepeatedCompositeFieldContainer object does not support item assignment Exception ignored in: <function BaseSession.del at 0x7fef0729ce50> Traceback (most recent call last): File "/lustre07/scratch/sharanya/fusiongan/fuse/lib/python3.9/site-packages/tensorflow/python/client/session.py", line 773, in del AttributeError: 'Session' object has no attribute '_session'