Initial commit

This commit is contained in:
Antoine Harlé 2020-06-12 01:42:08 -07:00
parent 2ba6dbe7cc
commit 3de923156c
32 changed files with 4054 additions and 1 deletions

2
models/__init__.py Normal file
View file

@ -0,0 +1,2 @@
from .mylenet4 import *
from .myresnet3 import *