Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tkat0/tvm-playground


https://github.com/tkat0/tvm-playground

tvm

Last synced: 12 days ago
JSON representation

Awesome Lists containing this project

README

        

# tvm-playground

## requirements

- virtualbox
- vagrant

```bash
$ vagrant plugin install vagrant-disksize
```

## setup environment

```bash
$ varant up
$ vagrant ssh
```

```bash
# bind ./:/work
$ cd /work
# build Docker Image and create container
$ docker-compose up -d dev
# login to container
$ docker-compose exec dev bash
# build tvm
$ make tvm
```

```bash
$ python3
>>> import tvm
>>> import topi
>>> import nnvm
```

```bash
$ make jupyter
#=> 192.168.33.10:8888 (private network)
```

## TODO

- Vagrant
- [ ] network setting for RPC
- [ ] add sample notebook
- [ ] PyCharm debug configurations