ImportError: cannot import name '_CTGANSynthesizer'
AlexNLP opened this issue · 3 comments
I encountered this problem, could you give me some advice?
Traceback (most recent call last):
File "/home/zw/data/GAN-for-tabular-data-master/Research/run_experiment.py", line 10, in
from utils import save_exp_to_file, extend_gan_train, extend_from_original
File "/home/zw/data/GAN-for-tabular-data-master/Research/utils.py", line 8, in
from ctgan import _CTGANSynthesizer
ImportError: cannot import name '_CTGANSynthesizer'
Hi!
_CTGANSynthesizer is private class, which basically you shouldnt be using. Try using to use sample code from README.MD
Or you try to download the whole project and try it on your own
Reopen is issue still persists
The error still is open. Unfortunately we don't know which version of CTGAN we need to install for passing the error.