Git Product home page Git Product logo

Comments (3)

tuteming avatar tuteming commented on May 24, 2024

抱歉 我覺得問題也不在這 我再查查看 不過真是沒道理 trt7 ok trt8則失敗

from yolo-tensorrt.

tuteming avatar tuteming commented on May 24, 2024

sorry, 我應該確定是maxpool的問題,因在建enging時(以下我只列部分)
(11) conv-bn-leaky 64 x 200 x 200 128 x 200 x 200 280160
(12) skip 128 x 200 x 200 128 x 200 x 200 -
(13) maxpool 128 x 200 x 200 128 x 100 x 100 280160
(14) conv-bn-leaky 128 x 100 x 100 128 x 100 x 100 428128

WARNING: Weights [name=conv_11 + batch_norm_11.weight] had the following issues when converted to FP16:
WARNING: - Subnormal FP16 values detected.
WARNING: If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.
WARNING: Weights [name=conv_14 + batch_norm_14 + PWN(leaky_14).weight] had the following issues when converted to FP16:
WARNING: - Subnormal FP16 values detected.
WARNING: If this is not the desired behavior, please modify the weights or retrain with regularization to reduce the magnitude of the weights.

列config時沒錯 建enging時沒有13(maxpool)
請問這要改哪? 謝謝

from yolo-tensorrt.

lq0104 avatar lq0104 commented on May 24, 2024

这个升级到tensorrt8后NvInfer.h中的这个class TRT_DEPRECATED IOutputDimensionsFormula被遗弃了,所以m_TinyMaxpoolPaddingFormula也被注释掉了,我看这个代码的readme里也把对yolov tiny的支持去掉了,不知道后续用什么替代方案来支持呢?

from yolo-tensorrt.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.