Ren Zhang
Ren Zhang
> Thank you very much! > > Let's exclude or confirm that your problem is actually this issue #92. > > How many processor cores do you have? > >...
Sure thing. I have done some further testing, in my case, the minimum number I have to replace 14 with is 23, which is the number of threads - 1....
Hello~, sorry there is no plan to make an english version yet..
You can specify `device='cuda'` [here](https://github.com/ryancheunggit/tabular_dae/blob/main/tabular_dae/model.py#L25) to use NVIDIA GPU
Hi, can you describe a bit more about the characteristics of the dataset? I found a bug in the code that handles categorical data embedding. If your dataset contains mostly...
Ok, thanks for your details. I guess you can try holdout a column and use all the rest to predict it with some simple models and see if you can...