Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Poodar Chu committed Jan 10, 2020
1 parent f75b824 commit 37bfdc9
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions det3d/torchie/cnn/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
from .alexnet import AlexNet
from .resnet import ResNet, make_res_layer
from .vgg import VGG, make_vgg_layer
from .weight_init import (
caffe2_xavier_init,
constant_init,
Expand All @@ -11,11 +8,6 @@
)

__all__ = [
"AlexNet",
"VGG",
"make_vgg_layer",
"ResNet",
"make_res_layer",
"constant_init",
"xavier_init",
"normal_init",
Expand Down

0 comments on commit 37bfdc9

Please sign in to comment.