Dzmitry Pletnikau

Results 10 issues of Dzmitry Pletnikau

I need to use HDBSCAN clusters in a mobile app and I am exploring methods of doing this on device. Let's say, using Swift for a starter. One approach I...

Looking to use asin or atan (to calculate distance between points on the sphere). I don't see anything I could use in LASwift. Not sure if there is any advantage...

I am on Emacs 28.1 with Doom [3.0.0-dev](https://github.com/doomemacs/doomemacs/commit/c44bc81a05f3758ceaa28921dd9c830b9c571e61), and [latest](https://github.com/l3kn/org-fc/commit/f64b5336485a42be91cfe77850c02a41575f5984) org-fc. I've been on Emacs 27.0 and [Doom 2.0.9](https://github.com/doomemacs/doomemacs/commit/d300bb0f42c920c9afa460bc617adcb59f837e53) with org-fc [from 2020](https://github.com/l3kn/org-fc/commit/fccf4b93a20b09e52ab4279ccb179204c37add28) and everything works as expected, which makes...

Thank you for excellent data points! Can you estimate potential increase in minibatch size when going to mixed precision? Nvidia claims memory usage should go down, but aren't specific. In...

`ane_transformers` (https://github.com/apple/ml-ane-transformers and https://machinelearning.apple.com/research/neural-engine-transformers) suggest weight-compatible changes to transformers allowing better mapping of the ops to ANE and thus resulting in significant performance improvement. @hollance do you think these optimizations...

This PR contains two improvements: - new command-line argument for `project_images.py`: `--no-tiled` which allows to switch to factory-default projection into `1x512` dlatents-space (useful for evaluation of "semantic" quality of the...

Cool extension, thank you for creating it! When initializing the extension, it creates a site with rewrite rules. I wonder if you considered updating the site's rewrite rules every time...

`org-anki-update-all` updates all anki-entries in the buffer. My setup is based on org-roam and my entries are spread across many files. I am looking for the best method of doing...

more info needed

I see two implementations of Trials: memory-based and Mongo-persisted. I am interested in having simpler persistence of the optimization state for single-node optimization tasks: say, a Pickle-file. My goal is...

I believe queries like the following are fairly common: ```dataview TASK FROM "daily" WHERE !completed ``` the problem I've encountered multiple times here is that accidental click on the task's...

feature-request