ermig1979 / Simd

C++ image processing and machine learning library with using of SIMD: SSE, AVX, AVX-512, AMX for x86/x64, VMX(Altivec) and VSX(Power7) for PowerPC, NEON for ARM.
http://ermig1979.github.io/Simd
MIT License
2.04k stars 407 forks source link

Assert in SynetMergedConvolution32fCdc::Set #143

Closed teor292 closed 3 years ago

teor292 commented 3 years ago

Hi again. When run test there is another bug in SynetMergedConvolution32fCdc::Set p.conv[i].activation is SimdConvolutionActivationMish but there is no case for it in this function. Here is screenshot:

https://drive.google.com/file/d/1p0P25P9Fl4gr8jphBhTJu9bONFqQJyZP/view?usp=sharing

ermig1979 commented 3 years ago

Thank you for bug report. I have fixed it. This bug did not affect to real code in release mode.