gabrieleangeletti / Deep-Learning-TensorFlow

Ready to use implementations of various Deep Learning algorithms using TensorFlow.

Home Page:http://blackecho.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Check the requirements to run on Python 3.5

eduarger opened this issue · comments

I was trying to run Deep Belief networks on python 3.5 and TensorFlow on windows, but when a I run the example code of the DBN (run_dbn.py), I found an issue with the module cPickle, are you aware of that error? Are there more issues than prevents the current version to work on python 3.5?

thanks in advance

BR

I guess you installed this project using pip because this is fixed in the current version of the code in the repo.

Just clone the code and do a manual install or just update the code in utils.datasets yourself.

I just uploaded the latest version to pypi, it should be fixed now.