AI_Writer
AI_Writer copied to clipboard
AI Writer for Machine Learning for Hackers #8
It looks like generate.py and config.py files are the same . I dont know if this is purposely same or most probably by mistake because there is no attribute `FLAG_CPU_MODE`...
`/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/theano/tensor/signal/downsample.py:6: UserWarning: downsample module has been moved to the theano.tensor.signal.pool module. "downsample module has been moved to the theano.tensor.signal.pool module.") Traceback (most recent call last): File "/Users/vincenzofornaro/PycharmProjects/machine/run.py", line 1, in...
I want to use the GPU version anyway. But I can't find a way to set or unset the CPU_MODE. There is no class 'config' or 'module' either
Hi my console starts with this when running python: ``` Python 3.6.0 |Anaconda 4.3.1 (x86_64)| (default, Dec 23 2016, 13:19:00) [GCC 4.2.1 Compatible Apple LLVM 6.0 (clang-600.0.57)] on darwin Type...
Getting this error when trying to run this code. Any ideas on how to fix? ``` --------------------------------------------------------------------------- ImportError Traceback (most recent call last) in () ----> 1 import generate 2...
I'm giving this project a 3third try. Even installed ubuntu on my Imac for this. After installing all dependencies and adjusting the config.py file (except for two lines I don't...