GauravBh1010tt / DeepLearn

Implementation of research papers on Deep Learning+ NLP+ CV in Python using Keras, Tensorflow and Scikit Learn.
MIT License
1.82k stars 353 forks source link

AttributeError: 'Tensor' object has no attribute 'T' #6

Closed basma-b closed 6 years ago

GauravBh1010tt commented 6 years ago

@basma-b - Please make sure you have the correct system dependencies - https://github.com/GauravBh1010tt/DeepLearn/blob/master/requirements.txt In my code, I have used Keras with theano backend, so make sure theano is properly configured with Keras.

basma-b commented 6 years ago

Thank you, solved my problem by changing keras backend to theano. Thank you !