cauchyturing / UCR_Time_Series_Classification_Deep_Learning_Baseline

Fully Convlutional Neural Networks for state-of-the-art time series classification

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AssertionError: AbstractConv2d Theano optimization failed: there is no implementation available supporting the requested options.

sachinjm opened this issue · comments

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

@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).

working. thank you