Skip to content

Commit

Permalink
Init commit
Browse files Browse the repository at this point in the history
  • Loading branch information
datumbox committed Aug 19, 2021
1 parent 759c5b6 commit 4e5957f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions torchvision/models/efficientnet.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import torch

# TODO: refactor this to a common place?
from torchvision.models.mobilenetv3 import SqueezeExcitation

0 comments on commit 4e5957f

Please sign in to comment.