keras-io icon indicating copy to clipboard operation
keras-io copied to clipboard

Issue found in Vector-Quantized Variational Autoencoders code example

Open eng-amrahmed opened this issue 3 years ago • 0 comments
trafficstars

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"

eng-amrahmed avatar Apr 20 '22 16:04 eng-amrahmed