当前位置: 首页 > 工具软件 > DiskCache > 使用案例 >

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

钱修雅
2023-12-01

将下述代码加入到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
 类似资料: