Skip to content

Commit

Permalink
pytorch converter
Browse files Browse the repository at this point in the history
  • Loading branch information
markrogersjr committed Apr 2, 2019
1 parent 5310e8d commit ac2146e
Show file tree
Hide file tree
Showing 9 changed files with 1,249 additions and 0 deletions.
1 change: 1 addition & 0 deletions nnvm/python/nnvm/frontend/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@
from .darknet import from_darknet
from .tensorflow import from_tensorflow
from .caffe2 import from_caffe2
from .pytorch import from_pytorch
2 changes: 2 additions & 0 deletions nnvm/python/nnvm/frontend/pytorch/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
r'''PyTorch->NNVM converter'''
from .converter import from_pytorch
Loading

0 comments on commit ac2146e

Please sign in to comment.