chore(docs): updated

This commit is contained in:
sugarme 2020-07-10 12:38:01 +10:00
parent 083825d30d
commit 3c99e6e7f5
2 changed files with 13 additions and 0 deletions

View File

@ -47,6 +47,10 @@
- Other examples can be found at `example` folder
## [Documentations](docs/README.md)
## [Examples](example/README.md)
### 3. Notes on running examples

9
example/README.md Normal file
View File

@ -0,0 +1,9 @@
# EXAMPLES
- [Basic example](basic/README.md)
- [MNIST](mnist/README.md)
- [CIFAR](cifar/README.md)
- [JIT](jit/README.md)
- [Neural style transfer](neural-style-transfer/README.md)
- [Transfer learning](transfer-learning/README.md)