AssertionError: AbstractConv2d Theano optimization failed: there is no implementation available supporting the requested options.
sachinjm opened this issue · 2 comments
sachinjm commented
While running ResNet.py on cpu, I am getting following error,
AssertionError: AbstractConv2d Theano optimization failed: there is no implementation available supporting the requested options.
Please help
cauchyturing commented
@sachinjm The code are fully tested on the tensorflow backend. I will take a look at the issue related to theano, and I suggest you switch to the tensorflow backend and try again (especially the CPU tf is quite easy to install).
sachinjm commented
working. thank you