Giter VIP home page Giter VIP logo

Comments (1)

hong19860320 avatar hong19860320 commented on August 22, 2024
  1. 基于带 log 的库,执行前 export GLOG_v=5 ,执行时通过 >log.txt 2>&1 把log 保存到文件后再上传上来。
  2. 先用 https://netron.app/ 确认原始的 paddle 推理模型的输入、输出个数和 shape,调整你的测试代码,如果仍有问题,把原始的 paddle 推理模型上传一下。
  3. 如果2确认没问题,可以尝试自行编译 paddle lite 最新 develop 分支代码,具体可以参考文档 https://www.paddlepaddle.org.cn/lite/v2.12/source_compile/linux_x86_compile_linux_x86.html ,顺便提醒一下,Paddle Lite 主要是面向移动端 arm cpu 的推理,x86 cpu 推理建议使用 Paddle Inference https://www.paddlepaddle.org.cn/inference/v2.6/guides/introduction/index_intro.html

from paddle-lite.

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.