I have installed Keras and using Theano as backend.
I am getting this error, when trying to develop simple Neural Network Model;
ImportError: ('The following error happened while compiling the node', Elemwise{Composite{EQ(i0, RoundHalfAwayFromZero(i1))}}(dense_3_target, Elemwise{Composite{scalar_sigmoid((i0 + i1))}}[(0, 0)].0), '\n', 'DLL load failed: The specified procedure could not be found.', '[Elemwise{Composite{EQ(i0, RoundHalfAwayFromZero(i1))}}(dense_3_target, )]')
Any help will be highly appreciated.
Kind regards, Innocent