Open Raito03 opened 9 months ago
D_in = traindata_set.x.shape[1] H = 50 H2 = 12 autoenc_model = dta.AutoencoderModel(trainloader, testloader, device, D_in, H, H2, latent_dim=3)
am getting the error of AttributeError: module 'deep_tabular_augmentation' has no attribute 'AutoencoderModel' while trying to run this code for tabular data augmentation can you please help me with this ?
Hi, same problem here!
am getting the error of AttributeError: module 'deep_tabular_augmentation' has no attribute 'AutoencoderModel' while trying to run this code for tabular data augmentation can you please help me with this ?