jku-vds-lab / paradime

A framework for parametric dimensionality reduction
MIT License
9 stars 3 forks source link

Change defaults in `ParametricTSNE` #29

Closed einbandi closed 2 years ago

einbandi commented 2 years ago

It shouldn't be encessary to pass an in_dim parameter if a model is passed. The in_dim is only necessary to construct a default fully connected model. The dafault of out_dim can stay at 2, because it is used in PCA init even with a custom model.