AI_Writer icon indicating copy to clipboard operation
AI_Writer copied to clipboard

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

Open Zrufy opened this issue 8 years ago • 3 comments

/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

Zrufy avatar Oct 16 '16 09:10 Zrufy

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'

psychomonkey911 avatar Dec 30 '16 21:12 psychomonkey911

I am getting same error

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

Anybody please help me in resolving the same

vibhanshu2014 avatar Apr 24 '17 17:04 vibhanshu2014

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

shivaraj-bh avatar May 05 '18 18:05 shivaraj-bh