Dave Lage

Results 102 comments of Dave Lage

Ahh I see. Sorry about that, lots of people in this space may not be aware of coding so I didn't want you to get into a bad situation. Could...

Yeah, the idea is there are 3 different repos, the one on GitHub, my fork repo, and your local repo. So it makes it more complicated as you need to...

Need to install the github cli (`gh`) https://github.com/cli/cli#installation

IMO seems possible, but right now the guidance is only used to show the markers via JavaScript. Possibly something that could be operated on via JavaScript or a button operator...

What do you mean by visualize the noises?

Hmm, that does sound interesting. I'm still learning about embeddings. Any examples of this noise elsewhere? --- In my mind, I'm trying to figure out why would someone make an...

Looks like you'd need to run the code in your browser manually. See https://developer.chrome.com/docs/devtools/console/javascript/ The 2 functions can be run once (will remain available), and then you would need to...

The main differences are in - `*_dpm_solver_third_order_update` - `step` HF has them separated, and other implementations seem to also keep them separated. I am not comfortable to be sure to...

Updated to use the different `solver_order` to use as the order. It works except for a bug with the get_order_list doesn't produce the correct number of results for 15 (but...

Refactored out the common bits into `src/schedulers/dpmsolver.rs`. Still have the previous bug with get_order_list.