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've installed TGAN via pip and get the message "Successfully installed tgan-0.0.0",
but trying from tgan.data import load_demo_data gives me an ModuleNotFoundError: No module named 'tgan'.
Maybe this is a version issue? I am on Google Colab, using Python 3.9.16.
Thank you!
The text was updated successfully, but these errors were encountered:
Happened to me as well, I copied the original code and tried to use it but had a lot of problems. I am now stuck with this error ValueError: Tried to convert 't' to a tensor and failed. Error: Shapes must be equal rank, but are 2 and 1
From merging shape 5 with other shapes. for '{{node GAN_loss/discrim/L2Loss/packed}} = Pack[N=7, T=DT_FLOAT, axis=0](GAN_loss/discrim/L2Loss/packed/ReadVariableOp, GAN_loss/discrim/L2Loss/packed/ReadVariableOp_1, GAN_loss/discrim/L2Loss/packed/ReadVariableOp_2, GAN_loss/discrim/L2Loss/packed/ReadVariableOp_3, GAN_loss/discrim/L2Loss/packed/ReadVariableOp_4, GAN_loss/discrim/L2Loss/packed/ReadVariableOp_5, GAN_loss/discrim/L2Loss/packed/ReadVariableOp_6)' with input shapes: [26,100], [100], [100,100], [100], [110], [110,1], [1].
Let me know if you come up with something for this
@ ivanguerron21 I had the same problem at some point. try working with a virtual environment as suggested and use the python 3.7 or any other version suggested here https://github.com/sdv-dev/TGAN. Also make sure to install tensorflow version 1.15.0. it worked for me
Hey,
I've installed TGAN via pip and get the message "Successfully installed tgan-0.0.0",
but trying
from tgan.data import load_demo_data
gives me anModuleNotFoundError: No module named 'tgan'
.Maybe this is a version issue? I am on Google Colab, using Python 3.9.16.
Thank you!
The text was updated successfully, but these errors were encountered: