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
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Env
About this repo
Your problem
./yolov8_seg -s yolov8n.wts yolov8n_int8.engine n
[06/28/2024-09:34:46] [E] [TRT] 10: Could not find any implementation for node (Unnamed Layer* 351) [Convolution] + (Unnamed Layer* 352) [Scale] + PWN(PWN((Unnamed Layer* 353) [Activation]), (Unnamed Layer* 354) [ElementWise]).
[06/28/2024-09:34:46] [E] [TRT] 10: [optimizer.cpp::computeCosts::3869] Error Code 10: Internal Error (Could not find any implementation for node (Unnamed Layer* 351) [Convolution] + (Unnamed Layer* 352) [Scale] + PWN(PWN((Unnamed Layer* 353) [Activation]), (Unnamed Layer* 354) [ElementWise]).)
void serialize_engine(std::string&, std::string&, std::string&, float&, float&, int&): Assertion `serialized_engine' failed.
Aborted (core dumped)
我还尝试过将fp16的选项,engine转化没有问题,但是int8就会报如上错误
The text was updated successfully, but these errors were encountered: