TabularS3L
TabularS3L copied to clipboard
A PyTorch Lightning-based library for self- and semi-supervised learning on tabular data.
Results
2
TabularS3L issues
Sort by
recently updated
recently updated
newest added
Hi, When doing first phase training over DAE and VIME (using unlabeled data), I got negative CrossEntropyLoss for the categorical features which resulted in a negative training and validation loss....
In First Phase, we have: `config = SwitchTabConfig()` ` pl_switchtab = SwitchTabLightning(config)` So, in second phase: ` pl_switchtab.set_second_phase()` How should I set different learning rate and optimization functions in the...