llSourcell / AI_Writer

AI Writer for Machine Learning for Hackers #8
163 stars 100 forks source link

downsample module has been moved to the theano.tensor.signal.pool module. "downsample module has been moved to the theano.tensor.signal.pool module.") #1

Open Zrufy opened 8 years ago

Zrufy commented 8 years ago

/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 <module> import generate File "/Users/vincenzofornaro/PycharmProjects/machine/generate.py", line 14, in <module> import config File "/Users/vincenzofornaro/PycharmProjects/machine/config.py", line 21, in <module> if not config.FLAG_CPU_MODE: AttributeError: 'module' object has no attribute 'FLAG_CPU_MODE'

I have this error when I start the .py

psychomonkey911 commented 7 years ago

Traceback (most recent call last): when i start .py i have this error

  File "start.py", line 2, in <module>
    z = generate.load_all()
  File "/home/sky/AI_Writer/generate.py", line 82, in load_all
    print config.paths['decmodel']
AttributeError: 'module' object has no attribute 'paths'
vibhanshu2014 commented 7 years ago

I am getting same error

print config.paths['decmodel'] AttributeError: 'module' object has no attribute 'paths'

Anybody please help me in resolving the same

shivaraj-bh commented 6 years ago

https://github.com/llSourcell/AI_Writer/issues/5 Check here for a solution