Giter VIP home page Giter VIP logo

tvmt_v2's Introduction

tvmt_v2

支持 tvm0.7.0-dev

convert.py

功能:将onnx模型转成relay模型,当输入log时候,则pick 最好的log,可以指定batch size

样例1(不使用log进行转换):python tvmt/convert.py xxx.onnx -d gpu

样例2(使用log进行转换):python tvmt/convert.py xxx.onnx -d gpu -l xxx.log

默认在relay_model下生成名字对应的tar/params/json,可以使用-o指定输出路径

python tvmt/convert.py --help可输出帮助信息

speed.py

功能:执行relay模型(暂不支持remote模式),进行测速

样例1:python tvmt/speed.py relay_model/resnet18.onnx

输出:[模型名字] , [耗时(ms)]

tune.py

功能:对onnx模型进行autotune,可以指定device,tune的轮数,以及使用的batch size

样例1:python tvmt/tune.py xxx.onnx -d gpu -t 1000 -b 16

输出:在logs目录下生成log,第二次启动会从logs中获取最好的参数进行继续训练

tvmt_v2's People

Contributors

forwil avatar yufengwei-st avatar

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.