Skip to content
Snippets Groups Projects
Commit 4a2b2eec authored by Mina Moshfegh's avatar Mina Moshfegh
Browse files

Upload New File

parent 62c71ea1
No related branches found
No related tags found
No related merge requests found
# This __init__.py exposes our SmallCNN and WideResNet classes
# to code that imports from the models package.
from .small_cnn import SmallCNN
from .wide_resnet import WideResNet
# By listing them in __all__, other files can do:
# from models import SmallCNN, WideResNet
__all__ = ["SmallCNN", "WideResNet"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment