Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rebase from master #115

Open
wants to merge 29 commits into
base: release/core_hmba_2024/hmba_2024_0.5
Choose a base branch
from
Open

Conversation

ThomasKroes
Copy link
Contributor

No description provided.

alxvth and others added 3 commits April 16, 2024 11:59
* Add unity build option

* Update conanfile.py
Co-authored-by: Soumyadeep Basu <44787782+basusoumyadeep@users.noreply.github.com>
* Add gradient descent type option

* Add CPU based gradient descent

* Add gradient descent option to settings

* Add gradient descent settings to readme

* Update README.md
@ThomasKroes ThomasKroes added bug Something isn't working enhancement New feature or request labels May 2, 2024
@ThomasKroes ThomasKroes self-assigned this May 2, 2024
JulianThijssen and others added 24 commits May 3, 2024 15:28
This happens because the TSNE workers is throwing out embeddingUpdate signals in a parallel thread.
The main thread then calls processEvents on a regular basis, which handles the event, but this handler calls processEvents again.
As there are plenty of signals to process (coming from the parallel worker) it will just keep recursing.
* Fix selection for single scale: no selection helper needed

* Fix: do not enable drill down for a single scale hierarchy

* Fix some potential type warnings

* Add documentation about single scale hierarchy

* add comment
Interface changes
* Update initialization data set picker correctly

* it should be possible to set exaggeration iterations to 0

* Fix typos
* Ensure cmake options are unique to this project

* OS independent flann linking - as done in HDILib

* Rename remaining old vars

* Fix find_package dir in readme
When using the artifactory lz4
* Update README.md
* ignore lz4 download

* Unify linking on ci and local

* Prefer linking lz4 statically

* lz4 default package is named differently
* Use cmake avx helper from core

* Add supportedDataTypes
JulianThijssen and others added 2 commits November 21, 2024 13:44
…iously

This fixes the crash when the hsne embedding is loaded in a scatterplot and we recompute it with a lower scale. There is still something that breaks when you go to only 1 scale, but that's not a pressing issue, as that shouldn't really be done.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants