You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am running on Raspberry Pi4 Bullseye 32-bit. Input:
make -j4 Output:
/home/pi/Ultra-Light-Fast-Generic-Face-Detector-1MB/ncnn/3rdparty/ncnn/src/layer/arm/innerproduct_arm.cpp:369:15: error: ‘activation_ss’ was not declared in this scope; did you mean ‘activation_type’?
369 | sum = activation_ss(sum, activation_type, activation_params);
| ^~~~~~~~~~~~~
| activation_type
The text was updated successfully, but these errors were encountered:
Hi, I am running on Raspberry Pi4 Bullseye 32-bit.
Input:
make -j4
Output:
/home/pi/Ultra-Light-Fast-Generic-Face-Detector-1MB/ncnn/3rdparty/ncnn/src/layer/arm/innerproduct_arm.cpp:369:15: error: ‘activation_ss’ was not declared in this scope; did you mean ‘activation_type’?
369 | sum = activation_ss(sum, activation_type, activation_params);
| ^~~~~~~~~~~~~
| activation_type
The text was updated successfully, but these errors were encountered: