Erik Kruus
Erik Kruus
Last summer I was porting some stuff to NEC SX supercomputer and found pretty decent performance was possible using almost all C code. I began with the psimd stuff, wrote...
I also had issues, for the same reason. I hacked around it by avoiding calls to the offending function. I was able to run `examples/forceatlas2-layout.ipynb` completely under python 3.9.7 (well...
Oh. My cython 0.29.26 got it wrong. (No idea when cython will fully support python 3.9+)
P.S. hotspot scrollbar was not appearing in cases where it should. But my `styles.css` hacks to get the scrollbar to reappear nicely are kinda' ugly :(
Clustering the hi-D space might be a good option to have available, at least just for comparisons. So far using the highest-D UMAP space "works well for me", as I'm...
I'm trying tcrpep today ... First I created a new environment using conda (well, mamba for speed). With appropriate .condarc (probably need pytorch channel, and "flexible" solve), I changed 2...