Sam Koelle

Results 5 issues of Sam Koelle

Hi, I am running the training code locally and porting it to Ray. I've been looking to use your pretrained checkpoints from Hugging Face. Unless I am missing something, these...

See https://github.com/tailscale/tailscale/issues/9096 Sometimes (e.g. in jupyter), I have to retry nltk.download() several times to make it work. Is there a more robust downloading system that could be used?

When using sd.play I get horrible audio artifacts if I do anything concurrently on Youtube. On Chome, Mac OS, Python 3.10.

Hi, I am trying to run a linear model with group lasso regularization and sparse matrix input. code (x is a sparse matrix, y a vector): glm = GLM(distr='normal',group =...

enhancement

Hi, **Describe the bug** I took a look at the tutorial on how to find sparse solutions[https://github.com/cvxpy/cvxpy/blob/master/examples/notebooks/WWW/sparse_solution.ipynb] and have a question about the "l1-heuristic". Basically, the "heuristic" says that we...