
机器学习
D_Fortune
这个作者很懒,什么都没留下…
展开
-
torch 2.3.0 requires mkl<=2021.4.0,>=2021.1.1, which is not installed.
【代码】torch 2.3.0 requires mkl<=2021.4.0,>=2021.1.1, which is not installed.原创 2024-09-16 09:23:13 · 406 阅读 · 0 评论 -
ModuleNotFoundError: No module named ‘datasets‘
ModuleNotFoundError: No module named ‘datasets‘原创 2024-09-15 21:14:12 · 353 阅读 · 0 评论 -
UnicodeDecodeError: ‘gbk‘ codec can‘t decode byte 0x93 in position 596: illegal multibye sequence
将 open(file) 改成 open(file,'r', encoding='utf-8')原创 2024-08-02 18:35:01 · 164 阅读 · 0 评论 -
ModuleNotFoundError: No module named ‘tqdm‘
是一个快速、可扩展的Python进度条库,用于展示迭代器的长循环执行进度。使用conda命令安装。原创 2024-08-02 18:31:39 · 1338 阅读 · 0 评论 -
ImportError: cannot import name ‘Self‘ from ‘typing_extensions‘
需要对typing_extensions版本升级。win+r打开命令行,执行以下命令。原创 2024-05-22 23:22:15 · 195 阅读 · 0 评论