As the title clearly describes the situation I'm facing, I'm getting the following warning on Google Colab while using the Theano as the backend of Keras:
WARNING (theano.tensor.blas): We did not find a dynamic library in the library_dir of the library we use for blas. If you use ATLAS, make sure to compile it with dynamics library.
So, how can I provide the the dynamic library used for blas for Theano on Google Colab?
p.s. I've already installed the Theano package. The libgpuarray, and pygpu packages according to the official documentation.
Software Stack:
Kerasversion:2.3.1.Pythonversion:3.6.9.Theanoversion:1.0.4.
could you try this?
It downloads a host of dependencies which are used for theano.