reichardtj

Results 6 comments of reichardtj

Indeed https://github.com/giaf/hpipm/issues/117#issuecomment-1023625744 and https://github.com/giaf/blasfeo/commit/d4387e5fef89a2cad5a4321baa4b774e2a0ea692 fixes the issue. Thanks for that. The python interface is now working (and could be merged?): ```python idx = 2 print('ric_Ls', solver.get_feedback(qp, 'ric_Ls', idx)) print('ric_Lr', solver.get_feedback(qp,...

I'm running Jupyter behind an ssl reverse proxy. @wintermelons solution did work for me, when accessing the notebook from Firefox - but not from Safari where I cannot connect to...

@9prady9 Thanks a lot for the quick response. I understand. Please do include this information on the installation instructions http://arrayfire.org/docs/installing.htm as I'm sure other people will run into this as...

Hm, I see - We'll I'm just trying to get the upper triangular part of a matrix into a vector, and from the docstring `fill_triangluar_inverse` seemed like surefire bet ```...

Sure, that would work - but it looks like a hack ;-) Another alternative is building a boolean mask as in https://stackoverflow.com/questions/41514722/convert-the-strictly-upper-triangular-part-of-a-matrix-into-an-array-in-tensorfl But seeing the above code, bandpart and then...

It appears that simply ```python import tf_keras as tfk ``` and using `tfk.*` instead of `tf.keras.*` fixes the issue, but note that all documentation pages cited refer to `tf.keras.*` So...