- Move core components to `LightKit` and integrate it
3.0.1
- Generalize interface of `TensorDataLoader` to allow for multiple tensors - Do not require a sampler to be passed to the initializer of `TensorDataLoader`
3.0.0
This release is a complete rewrite of PyCave, building upon PyTorch Lightning.
- All models can be run across multiple GPUs and nodes, boosting performance even more - Testing has been improved significantly, ensuring that results are at least as good as scikit-learn
2.0.5
* Fix a bug for diagonal covariance matrices when the dimension is the same as the number of means
2.0.4
* Allow customizing the regularization constant for ensuring non-negative covariance matrices in the GMM