Shane Barratt
Shane Barratt
**Is your feature request related to a problem? Please describe.** Currently, lambda_max / lambda_min is not quasiconvex in CVXPY: ```python import cxvpy as cp A = cp.Variable((2, 2)) objective =...
@olivierteboul can you take a look at this?
Should make sense once https://github.com/cvxgrp/diffcp/pull/28 is merged and pushed to PIP
The Inception Score calculation has 3 mistakes. ### It uses an outdated Inception network that in fact outputs a 1008-vector of classes (see [the following GitHub issue](https://github.com/tensorflow/tensorflow/issues/4128)): > It turns...
Github just released a command line interface called gh: https://github.blog/2020-02-12-supercharge-your-command-line-experience-github-cli-is-now-in-beta/
https://www.reddit.com/r/algotrading/comments/cv83yh/overfitting
How do I run the training for longer?
I've made it so that if you start a link with \\/, it opens it in a new tab. I've done this by adding the lines ``` if link[:2] ==...
this cone is supported by both scs and clarabel the projection is defined here: https://github.com/cvxgrp/scs/blob/master/src/cones.c#L629 derivative, someone would have to sit down and derive, i guess.