Commit 02b43b3e authored by pangjm's avatar pangjm
Browse files

rm useless import

parent c270e7fa
import math import math
import logging
import torch.nn as nn import torch.nn as nn
import torch.utils.checkpoint as cp import torch.utils.checkpoint as cp
from mmcv.cnn import constant_init, kaiming_init
from mmcv.runner import load_checkpoint
from .resnet import ResNet from .resnet import ResNet
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment