I am working on synthetic data generation from GAN but facing some issues with the CTGANSynthesizer. Here is the code sample:
from ctgan import CTGANSynthesizer
ctgan = CTGANSynthesizer()
ctgan.fit(data)
I am getting an error as shown in the screenshot: Error of given script. I am trying to generate some Bengali text data from a Bengali text dataset using this GAN.
See the update-log, the model is now named differently: