Skip to content

Commit

Permalink
rm useless import
Browse files Browse the repository at this point in the history
  • Loading branch information
OceanPang committed Dec 19, 2018
1 parent c270e7f commit 02b43b3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions mmdet/models/backbones/resnext.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
import math
import logging

import torch.nn as nn
import torch.utils.checkpoint as cp

from mmcv.cnn import constant_init, kaiming_init
from mmcv.runner import load_checkpoint

from .resnet import ResNet


Expand Down

0 comments on commit 02b43b3

Please sign in to comment.