Closed eng-amrahmed closed 1 year ago
Hi @eng-amrahmed ,
I can see this issue which is quiet older and it is resolved with latest versions. There might be compatibility issue at that time.
But with latest versions of tensorflow(2.12v) and tensorflow-probability(0.21.0v) its working fine. I have tested the tutorial and attached gist here for reference.
Please check and confirm whether we can mark this as resolved now. Thanks!
This issue is stale because it has been open for 14 days with no activity. It will be closed if no further activity occurs. Thank you.
This issue was closed because it has been inactive for 28 days. Please reopen if you'd like to work on this further.
The below line throws an exception sampled = dist.sample()
I have solved the issue by installing the tensorFlow-probability version (0.12.0) but it's just a temporary fix.
//!pip install -q tensorflow-probability !pip install -q "tensorflow-probability==0.12.0"