-
I'm solving a quadratic optimization problem where the variables naturally have different magnitudes, ranging from about 1e0 to 1e-10. It's of course possible to scale the variables so that they're al…
kryft updated
3 years ago
-
Submitting Author: Bruhat Musunuru (BruhatM)
Other Authors: Pan Fan(pan1fan2), Chun Chieh(Jason) Chang (jachang0628)
Repository: https://github.com/UBC-MDS/prepropy-r
Version submitted:
Editor: …
-
The difference between an imagemagick sampling from a 350x350 pixel source down to 325x325 is noticeably inferior to a downsampling from resolutions at least twice as large as the requested size. It …
-
Work stealing is a fairly complex machinery intended to redistribute tasks on a cluster to achieve a homogeneous occupancy, i.e. all workers will be busy for approximately the same time.
I'm curren…
-
### Describe the bug
Hi. I used **sklearn.neighbors.KNeighborsClassifier** in my program but I noticed that its runtime increased when adopting higher versions of sklearn.
As shown in the follo…
-
Subscribe to this issue and stay notified about new [daily trending repos in OCaml](https://github.com/trending/ocaml?since=daily).
-
Hi Dr. Hou!
I encountered the following choleski error when running `lamian_test()`: suspect it's a dataset-dependent issue, but wanted to reach out to see if you have any thoughts on troubleshooti…
-
**Project proposal: reasoning:**
What about data visualization? What specifically are you going to do? Will you do a heat map with correlation to make sure that variables are not redundant?
What …
-
So, I've been testing to generate text using exllamav2 with some config following huggingface generator. Here is my script
```python
import torch, os
from contextlib import contextmanager
from p…
-
### Proposal
`nomad job scale` should be a bit more configurable - like taking a param to stop the old allocs first. Or maybe that could be the default behaviour. Currently, it destroys the `latest…