Skip to content
This repository was archived by the owner on Feb 26, 2019. It is now read-only.

Commit af668bd

Browse files
committed
update
1 parent 78530ca commit af668bd

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
1-
# TVM runtime frontend support (pre-release)
1+
# TVM Runtime Frontend Support
22

3-
This crate provides idiomatic Rust API for [TVM](https://github.com/dmlc/tvm) runtime frontend as part of [RFC 1601](https://github.com/dmlc/tvm/issues/1601). Currently this requires **Nightly Rust**.
3+
This crate provides idiomatic Rust API for [TVM](https://github.com/dmlc/tvm) runtime frontend as part of [ongoing RFC 1601](https://github.com/dmlc/tvm/issues/1601). Currently this requires **Nightly Rust**.
44

5-
Checkout the [docs](https://ehsanmok.github.io/tvm_frontend/tvm_frontend/index.html)
5+
Checkout the [docs](https://ehsanmok.github.io/tvm_frontend/tvm_frontend/index.html).
66

7-
## What does this crate offer?
7+
## What Does This Crate Offer?
88

99
Here is a major workflow
1010

11-
1. Train your Deep Learning model using any major deep learning framework [PyTorch](https://pytorch.org/), [Apache MXNet](https://mxnet.incubator.apache.org/) and [TensorFlow](https://www.tensorflow.org/)
12-
2. Use TVM to build optimized model artifacts on a given supported TVM context such as CPU, GPU, OpenCL, Vulkan, VPI, ROCM, etc.
13-
3. Deploy your models using Rust :heart:
11+
1. Train your **Deep Learning** model using any major framework [PyTorch](https://pytorch.org/), [Apache MXNet](https://mxnet.incubator.apache.org/) and [TensorFlow](https://www.tensorflow.org/)
12+
2. Use **TVM** to build optimized model artifacts for a given supported TVM context such as CPU, GPU, OpenCL, Vulkan, VPI, ROCM, etc.
13+
3. Deploy your models using **Rust** :heart:
1414

15-
### Example: Resnet18 pretrained on Imagenet
15+
### Example: Deploy Image Classification from Pretrained Resnet18 on ImageNet1k
1616

1717
Please checkout [examples/resnet](https://github.com/ehsanmok/tvm-rust/tree/master/examples/resnet) for the complete end-to-end example.
1818

19-
Here's python snippet for download and building Resnet18 via MXNet and TVM
19+
Here's python snippet for download and building a pretrained Resnet18 via MXNet and TVM
2020

2121
```python
2222
block = get_model('resnet18_v1', pretrained=True)
@@ -100,7 +100,7 @@ Please follow the TVM [installation](https://docs.tvm.ai/install/index.html), `e
100100

101101
*Note:* To run the end-to-end examples and tests, `tvm`, `nnvm` and `topi` need to be added to your `PYTHONPATH`.
102102

103-
## Other supported functionalities
103+
## Supported TVM Functionalities
104104

105105
### Use TVM to Generate Shared Library
106106

0 commit comments

Comments
 (0)