llSourcell / AI_Writer

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

AttributeError #3

Closed chatRG closed 2 years ago

chatRG commented 7 years ago

WARNING (theano.configdefaults): g++ not detected ! Theano will be unable to execute optimized C-implementations (for both CPU and GPU) and will default to Python implementations. Performance will be severely degraded. To remove this warning, set Theano flags cxx to an empty string.

Warning (from warnings module): File "D:\Python\Python27\lib\site-packages\theano\tensor\signal\downsample.py", line 6 "downsample module has been moved to the theano.tensor.signal.pool module.") UserWarning: downsample module has been moved to the theano.tensor.signal.pool module.

Traceback (most recent call last): File "C:\Users\chatRG\Desktop\AI_Writer\generate.py", line 21, in <module> if not config.FLAG_CPU_MODE: AttributeError: 'module' object has no attribute 'FLAG_CPU_MODE'