autowarefoundation / modelzoo

A collection of machine-learned models for use in autonomous driving applications.
https://www.autoware.org/
Apache License 2.0
62 stars 24 forks source link

Initial AutoTVM support in TVM CLI #16

Closed LucaFos closed 3 years ago

LucaFos commented 3 years ago

Add the "tune" option to the TVM CLI, which enables tuning functionality using the AutoTVM module. The user can now tune a network for a certain hardware, and then compile the network itself using the tuning information. This can speed up the inference process.

Change-Id: Id86401a62a23ff76f321bad8e716b0bb58274f2c Signed-off-by: Luca Foschiani luca.foschiani@arm.com Issue-Id: SCM-1393

JWhitleyWork commented 3 years ago

@luca-fancellu Please rebase this on master now that #15 has been merged.

luca-fancellu commented 3 years ago

@luca-fancellu Please rebase this on master now that #15 has been merged.

@LucaFos Could you rebase it? Thank you

JWhitleyWork commented 3 years ago

@LucaFos Sorry, I merged another PR first. Can you please rebase this again?