Skip to content

Commit

Permalink
retiarii graph and mutation (microsoft#3057)
Browse files Browse the repository at this point in the history
Co-authored-by: liuzhe <[email protected]>
  • Loading branch information
liuzhe-lz and liuzhe authored Nov 3, 2020
1 parent 45e82b3 commit 19726d4
Show file tree
Hide file tree
Showing 11 changed files with 994 additions and 0 deletions.
3 changes: 3 additions & 0 deletions nni/retiarii/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
from .graph import *
from .mutator import *
from .operation import *
3 changes: 3 additions & 0 deletions nni/retiarii/debug_configs.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# these should be experiment config in release

framework = 'pytorch'
Loading

0 comments on commit 19726d4

Please sign in to comment.