Neil Girdhar

Results 329 comments of Neil Girdhar

FYI: [this discussion](https://github.com/python/typing/issues/1376) may be relevant for whoever implements the flag. 😄

I'm getting this. Can't seem to figure out why since there's no firewall, and everything is up to date. ``` [INFO Mon 27 Mar 16:30:38 2023] ...e/nvim/lazy/mason.nvim/lua/mason-core/installer/init.lua:166: Executing installer for...

I'm not sure if you are aware, but [Pylyzer](https://github.com/mtshiba/pylyzer) is a Python type checker that's written in Rust. It might be worth seeing if there's a way to have all...

I don't know much about Rust, but would it be possible for them to expose an API that Ruff could call into? If so, the Ruff and Pylyzer teams could...

(Just discovered this library by the way, and it's a real gem!!)

@mblondel That's fair enough, but the benefit to doing this in Jax is smaller than thhe benefit of doing this in jaxopt. First, Jax only has one flag whereas here...

@mblondel Yeah, I started the discussion, but I wasn't sure if I should leave it open since the benefits are smaller in Jax (as I explained in my last comment)....

@zaccharieramzi Since you had a recent commit about LBFGS, would you kindly be able to let me know if my error could be a failed line search in LBFGS?

>Hi @NeilGirdhar : looking at your linked MWE, I am not sure where in your code you use LBFGS. Oh, my mistake, I switched it to `GradientDescent` for the time...

> Ok maybe you can try searching for the minimal setting of maxiter that makes this bug. I got it down to `maxiter=11`. > Also it could still be that...