没有名为“ torch.utils.checkpoint”的模块

时间:2019-11-30 05:36:47

标签: pytorch torchvision

我正在尝试导入以下内容:

import torch
from torch.autograd import Variable
import cv2
from data import BaseTransform, VOC_CLASSES as labelmap

但是我遇到了错误:ModuleNotFoundError:没有名为'torch.utils.checkpoint'的模块

0 个答案:

没有答案