Anil Kunwar

Results 1 comments of Anil Kunwar

`dist = tfp.layers.DistributionLambda(my_dist)(params) ` ... `model_mean_sd1 = Model(inputs=inputs, outputs=dist.mean()) ` In case of tfp version 0.13.0, I also get the same error in the above line. The code however runs...