tensorflow2-generative-models icon indicating copy to clipboard operation
tensorflow2-generative-models copied to clipboard

Tensor is unhashable. Instead, use tensor.ref() as the key.

Open sbmxc opened this issue 4 years ago • 1 comments

I am getting this error on line number 21(model.train(example_data)). Anyone facing the same issue? image

sbmxc avatar Mar 28 '20 09:03 sbmxc

This work for me: %pip uninstall -y tensorflow %pip uninstall -y tensorflow-gpu %pip install tensorflow_probability==0.7.0rc0 %pip install tensorflow-gpu==2.0.0a0

Tizartijo avatar Nov 23 '20 23:11 Tizartijo