SunnyCheng
SunnyCheng
遇到了同样的问题,extract出来的值是nan,而且我的模型有2个输出值,net.output_names()只能输出一个name
> What is the result when transfering the model into .param & .bin. Some op not support? I check the output from different output layer and find it prints "NAN"...
> What is the result when transfering the model into .param & .bin. Some op not support? I check the output from different output layer and find it prints "NAN"...
> Hello! 1、but in my practice,the dimension processed by the ncnn model in C++ is also CDHW, and the output is also CDHW. See the code in C++ to flatten...
> Haha I got "LayerNormalization not supported yet!" when turning it to ncnn too. I added the LayerNorm implementation of ncnn, why is it still not supported? It feels like...
> > > Haha I got "LayerNormalization not supported yet!" when turning it to ncnn too. > > > > > > I added the LayerNorm implementation of ncnn, why...
> if you edit the file LayerNorm.cpp the op is still called LayerNorm, but the custom op is callled LayerNormalization according to "LayerNormalization not supported yet!" , so maybe u...
> > > if you edit the file LayerNorm.cpp the op is still called LayerNorm, but the custom op is callled LayerNormalization according to "LayerNormalization not supported yet!" , so...
> > > if you edit the file LayerNorm.cpp the op is still called LayerNorm, but the custom op is callled LayerNormalization according to "LayerNormalization not supported yet!" , so...
I used PNNX to resolve my trouble in the end! Thanks @nihui for PNNX!