Skip to content

Commit

Permalink
Merge pull request #27 from kwotsin/dev
Browse files Browse the repository at this point in the history
fix sagan import
  • Loading branch information
kwotsin committed Aug 14, 2020
2 parents 7700034 + 3a99893 commit 345b1e0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup, find_packages

__version__ = '0.1.14'
__version__ = '0.1.16'
url = 'https://github.com/kwotsin/mimicry'

install_requires = [
Expand Down
2 changes: 1 addition & 1 deletion torch_mimicry/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from torch_mimicry import nets, training, metrics, datasets, modules

__version__ = "0.1.14"
__version__ = "0.1.16"
3 changes: 3 additions & 0 deletions torch_mimicry/nets/sagan/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
from .sagan_128 import *
from .sagan_32 import *
from .sagan_base import *

0 comments on commit 345b1e0

Please sign in to comment.