Ailing-Zou
Ailing-Zou
If I change this row into 'tf.linalg.LinearOperatorTriL(diag_vals).to_dense()' another error will report: module 'tensorflow._api.v1.linalg' has no attribute 'LinearOperatorTriL' tensorflow 1.14.0
After I search on google, I get the answer - tril = tf.contrib.linalg.LinearOperatorTriL(diag_vals).to_dense() # (T_q, T_k) + tril = tf.linalg.LinearOperatorLowerTriangular(diag_vals).to_dense() # (T_q, T_k)
This readme file is really confusing for me....
I have the same question with this person.....
Thanks so much