This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
# coding: utf-8 | |
# # [TVMConf 2020] BYOC Tutorial Demo | |
# | |
# Cody Yu ([email protected]), Zhi Chen ([email protected]) from AWS AI. | |
# | |
# | |
# | |
# This demo has two parts. In the first part, we use a simple Relay graph to walkthrough the BYOC workflow. In the second part, we build a SSD model with TensorRT BYOC integration to showcase a real world application. |