You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using python=3.7.0 and tensorflow=1.15.0 I'm able to successfully run `datasets/grid/demo.py' with no errors. Which version of python are you using? And have you run the makefile?
Also, if you want to run it with more recent versions of these packages there are a few workarounds. For example, by adding the following lines to `.../venv/lib/python3.8/site-packages/tensorlog-1.2.5-py3.8.egg/tensorlog/tensorflowxcomp.py' I'm able to run the above demo file using tensorflow=2.3.1 and python=3.8.2:
I try to run
grid/demo.py
with tf=1.15.0 but something wrong.The text was updated successfully, but these errors were encountered: