Skip to content

Commit 4e5957f

Browse files
committed
Init commit
1 parent 759c5b6 commit 4e5957f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

torchvision/models/efficientnet.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
import torch
2+
3+
# TODO: refactor this to a common place?
4+
from torchvision.models.mobilenetv3 import SqueezeExcitation
5+

0 commit comments

Comments
 (0)