KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
tvm_tests
★ 17
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
fabric-gateway
:
An API Gateway built on the Skipper Ingress Controller https://github.com/zalando/skipper
gatsby-starter-default-i18next
:
Gatsby Starter With Internationalization Framework (i18next)
SLAM_Course_Notes_and_Solutions
:
Notes and Solutions to assignments of Robot Mapping course from Dr. Cyrill Stachniss
clj-xlsxio
:
XLSXIO bidings por clojure
flutter_portfolio
:
Flutter Portfolio of Ayush P Gupta
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
tvm_tests
?
Download (.md)
# TVM Examples ## 1. TVM-DarkNet Example + Environments: V100 + Target: use TVM-DarkNet to detect videos on V100. + Features: + [x] Use Official Tutorial codes to build yolov3/yolov3-tiny. + [x] Use Official Tutorial codes to Auto-tune the above models. + [x] cv2 issues. + [Notes](https://zhuanlan.zhihu.com/p/91876198) ## 2. Jetbot(Jetson Nano) Example + Environments: Server and Jetbot(Jetson Nano). + Target: use TVM-DarkNet to detect videos on Jetbot. + Features: + [x] Server rpc auto-tuning. + [x] Server cross compile. + [x] Jetbot detect videos. + [Notes](https://zhuanlan.zhihu.com/p/95742125) ## 3. DCN + Target: convert Torchvision DCN to TVM deformable_conv2d.