-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error for tensorbayes #4
Comments
tensorbayes 0.4.0 isn't backwards compatible with this repo. Try https://github.com/RuiShu/tensorbayes/releases/tag/0.1.1 |
and i get another error: Traceback (most recent call last): |
I have the same issue, unfortunately tensorbayes is not compatible with python 3.6 |
I think you should use the following line |
Traceback (most recent call last):
File "/home/wac/PycharmProjects/vae-clustering/gmvae.py", line 3, in
from tensorbayes.layers import Constant, Placeholder, Dense, GaussianSample
ImportError: cannot import name Constant
tensorbayes == 0.4.0
tensorflow == 1.7.0
how to fix it?
The text was updated successfully, but these errors were encountered: