https://github.com/msmathcomp/hyperbolic-tsne
Tip revision: 04380652b4d34a4764b9a38824c2de19b3d68af6 authored by Martin Skrodzki on 25 August 2023, 11:16:56 UTC
Skip one of the two exact configs and all its runs because it does not add any information.
Skip one of the two exact configs and all its runs because it does not add any information.
Tip revision: 0438065
.gitignore
# virtual environment
venv
# non-stylistic pycharm configs
.idea
# Mac Finder layout
.DS_Store
# IPython/Jupyter notebook checkpoints
*.ipynb_checkpoints
# Python 2.x & 3.x bytecode cache
*.pyc
*__pycache__
# datasets
datasets
# compiled folders and files
build
*.egg-info
*.cpp
*.pyd
*.so
# VS Code workspace
.vscode
# Outputs
results
temp
