Releases: jaydu1/VITAE
Releases · jaydu1/VITAE
v2.0.1
v1.1.7
v1.1.6
v1.1.5
v1.1.4
v1.1.3
v1.1.2
- Reproducibility support.
- Add float type adaptation based on global options
tf.keras.backend.set_floatx
andtf.keras.backend.floatx
. - Change dtype to float64 for inputs of PCA.
- Change dtype to float64 for computation of KNN graphs.
- Set a random seed for constructing KNN graphs.
- Add float type adaptation based on global options
- Replace Louvain with Leiden clustering.
- Normalize embeddings for plotting.
v1.0.8
v1.0.6
Add train-test-splitting for pre-training and training.
- Create the evaluation set by randomly sampling 10% of cells.
- Optional to use stratified shuffle splitting.