reichardtj
reichardtj
Thanks for making Arrayfire such an awesome library! I've installed Arrayfire on a google compute engine node with ubuntu 16.04 LTS, cuda 8.0 I've used the binary installer from http://arrayfire.s3.amazonaws.com/3.5.1/ArrayFire-v3.5.1_Linux_x86_64.sh...
I'm on tfp 0.16.0, python 3.8, windows10 Trying to extract a triangluar part of a matrix into a vector, I came across: ```python print( tfp.math.fill_triangular_inverse([ [4, 0, 0], [6, 5,...
For educational purposes, I'm trying to implement a multiple shooting Gauss Newton method in python using HPIPM according to Giftthaler et al's really nice paper https://arxiv.org/pdf/1711.11006.pdf - there in equations...
There appears to be a breaking change in the way MultivariateNormalTriL works together with tf.keras in tf 2.16.1 and tfp 0.24.0, tf_keras version 2.16.0 I'm using python 3.11.8 on a...