Open ea42gh opened 6 years ago
Same issue.
Same
same
Current version of edward does not have compatibility with TensorFlow 1.8 release.
Run this (or set in the environment) before importing edward
import os
os.environ['TF_C_API_GRAPH_CONSTRUCTION']='0'
Evening after import os os.environ['TF_C_API_GRAPH_CONSTRUCTION']='0' running this before importing edward still I am facing IndexError: list index out of range.
Edward:1.3.5 TensorFlow:1.11.0
Can anyone help me in resolving the issue?
Same issue. Tensorflow: 1.12.0
Same
I don't think this is maintained anymore.
Same issue.
Got any solution?
Has anyone resolved this issue?
Not yet
On Wed, Feb 6, 2019, 5:37 AM Sonam notifications@github.com wrote:
Has anyone resolved this issue?
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/blei-lab/edward/issues/895#issuecomment-460854595, or mute the thread https://github.com/notifications/unsubscribe-auth/Aosf0WWeczc1VcHUroNexQG6KkGrkqMLks5vKhzNgaJpZM4UNOEP .
Same issue
same issue
same issue :(
TensorFlow==1.7.0 is OK!
Which version of keras is ok?
On 8/10/2019 13:01,diwu93notifications@github.com wrote:
TensorFlow==1.7.0 is OK!
— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.
Versions:
'edward': '1.3.5', 'tensorflow': '1.8.0'
Trying to run example http://nbviewer.jupyter.org/github/blei-lab/edward/blob/master/notebooks/tensorboard.ipynb
The statement
results in