Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unknown layer type: Interp #52

Open
deshmukhavd opened this issue Jul 25, 2020 · 1 comment
Open

Unknown layer type: Interp #52

deshmukhavd opened this issue Jul 25, 2020 · 1 comment

Comments

@deshmukhavd
Copy link

Hi,
Thanks for your great work.
I have build the provided custom caffe code successful, but when i tried to evaluate the train model, its giving me error.

I0725 19:18:11.022178 30842 layer_factory.hpp:77] Creating layer hourglass_1/upper_4/interp F0725 19:18:11.022199 30842 layer_factory.hpp:81] Check failed: registry.count(type) == 1 (0 vs. 1) Unknown layer type: Interp (known types: AbsVal, Accuracy, ArgMax, BNLL, BatchNorm, BatchReindex, Bias, Concat, ContrastiveLoss, Convolution, Crop, Data, Deconvolution, Dropout, DummyData, ELU, Eltwise, Embed, EuclideanLoss, Exp, Filter, Flatten, HDF5Data, HDF5Output, HingeLoss, Im2col, ImageData, InfogainLoss, InnerProduct, Input, LRN, LSTM, LSTMUnit, Log, MVN, MemoryData, MultinomialLogisticLoss, PReLU, Parameter, Pooling, Power, Python, RNN, ReLU, Reduction, Reshape, SPP, Scale, Sigmoid, SigmoidCrossEntropyLoss, Silence, Slice, Softmax, SoftmaxWithLoss, Split, TanH, Threshold, Tile, WindowData) *** Check failure stack trace: *** Aborted (core dumped)

I tried it for CPU as well as GPU, but got this error always.
Please help me with this.
Thanks.

@richipower
Copy link

you need the modified caffe of this repo, your version of caffe does not have the Interp layer...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants