haoheng lin

Results 8 comments of haoheng lin

I try to comment the following code in cpu.cpp (line 190-215) and it works. Though I don't understand why it works. ``` // static LONG CALLBACK catch_sigill(struct _EXCEPTION_POINTERS* ExceptionInfo) //...

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" after...

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 the...

And for `转ncnn后推理得到全黑的图像` , maybe u need to re-normalize the output to [0,256] and get the final output.

Haha I got "LayerNormalization not supported yet!" when turning it to ncnn too.

> > 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?...

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 should...

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