remote unused matplotlib import

pull/653/head
Aman Arora 4 years ago
parent 40c506ba1e
commit 8b1f2e8e1f

@ -9,13 +9,11 @@ import torch.nn.functional as F
from timm.data import IMAGENET_DEFAULT_MEAN, IMAGENET_DEFAULT_STD
from .helpers import build_model_with_cfg
from timm.models.helpers import load_pretrained
from timm.models.layers import DropPath, to_2tuple, trunc_normal_
from timm.models.registry import register_model
import torch
import torch.nn as nn
import matplotlib.pyplot as plt
def _cfg(url='', **kwargs):

Loading…
Cancel
Save