Pytorch 深度学习实战 ‘cannot import name ‘BytesType‘ from ‘diskcache.core‘

将下述代码加入到util/disk.py文件中

from cassandra.cqltypes import BytesType
from diskcache import FanoutCache, Disk,core
from diskcache.core import io
from io import BytesIO
from diskcache.core import MODE_BINARY

后面如果有缺少模型cassandra的报错,直接运行pip install cassandra不行,需要执行下述代码。

pip install cassandra-driver

你可能感兴趣的:(PyTorch深度学习,python,开发语言)