You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
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'
The text was updated successfully, but these errors were encountered: