Dariush Wahdany

Results 15 comments of Dariush Wahdany

I have no affiliation with the devs but I could assume you can. A major implementation must be done on the diffcp repository though, as cvxpylayers utilizies solve_and_derivative_batch from diffcp.cone_program....

Yeah, this is exactly what made me aware of #167. Glad the patch worked for you

> I'm not aware of any use case that would rely critically on the approximation currently returned by the __len__() method I think PyTorch Lightning will actually stop once len...

> The fix for #640 in #641 is incorrect. The new calculation using `math.ceil` instead of `int` can still underapproximate the actual length. The same example notebook I provided above...

> Same here. Version 2.2.4 working great. Updated to 2.2.5 and I only get blank screen. Any way to revert back to 2.2.4? Don't want to lose all of my...

> here is how I kill all python processes on Linux `for pid in $(ps -ef| grep -v "grep" |grep python|tr -s '[:blank:]'|cut -d' ' -f2); do kill $pid $pid;...

Sometimes it's stuck on a command. I've tried developing a web application and the command to start the webserver would (obviously) never return. So I manually had to kill it...

> Thanks for the PR! There is a minor bug in the variable name. I'm surprised the integration test passed despite this though. One could think it’s possible to add...

friendly ping @karthikprasad I think your review is implemented. let me know if something else is missing

I had the same issue. What worked for me is to - Add `NUXT_HOME_URL` as a **build variable** (not deploy variable) - Rebuild Sink It seems the deployment variable is...