Skip to content

Commit

Permalink
Create __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
HansRen1024 authored Apr 30, 2021
1 parent 100300a commit 34a7855
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Backbone/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# -*-coding:utf-8-*-
from Backbone.lenet import LeNet
from Backbone.resnet import ResNet18, ResNet34, ResNet50, ResNet101, ResNet152
from Backbone.densenet import DenseNet121, DenseNet169, DenseNet201, DenseNet161

0 comments on commit 34a7855

Please sign in to comment.