Results 2 issues of YOUNG

Hi, I followed the exact same codes here (https://n2d.readthedocs.io/en/latest/quickstart.html#installation) The only part I modified is `epoch=1` when `.fit()` instead of using default `epoch=1000` but an error appears when loading the...

With a vanilla n2d, I can get 2D embedding using `model.hle` However, when changing the clustering method, `model.hle` returns nothing. How can I get embeddings when I use different clustering...