ERROR (theano.sandbox.cuda): nvcc compiler not found on $PATH. Check your nvcc installation and try again.
total chars: 2763
Vectorization...
Build model...
type of x: <type 'numpy.ndarray'> (220, 41, 2763)
type of y: <type 'numpy.ndarray'> (220, 2763)
Traceback (most recent call last):
File "myAnswerGenerator.py", line 153, in <module>
model.fit(X, y, batch_size=40, nb_epoch=1)
File "build/bdist.linux-x86_64/egg/keras/models.py", line 469, in fit
AttributeError: 'Sequential' object has no attribute '_train'