lschmiddey / deep_tabular_augmentation

MIT License
20 stars 9 forks source link

Attribute Error for 'AutoencoderModel' #21

Open Raito03 opened 9 months ago

Raito03 commented 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 ?

loicmiara commented 4 weeks ago

Hi, same problem here!