Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* reuse encoders * ensure categorical encoder is trained on real and synthetic * better transformer * remove unnecessary imports * better error message * compatbility with DDIM * Fix CTGAN for batchsize=1 A .squeeze statement caused errors during training when one of the batches is 1. Ensuring only the last dimension is squeezed fixes this
- Loading branch information