首页 新闻 会员 周边 捐助
6
回答数

回答被采纳 100 进程已结束,退出代码为 -1073741571 (0xC00000FD)

pycharm下,使用anaconda prompt命令行也是,深度学习训练突然结束,没有报错,没有进行到预期的迭代上限,但是相同的代码在linux上不会发生这种现象。结束信息: 进程已结束,退出代码
1
回答数

回答被采纳 AttributeError: Can't pickle local object 'SubPolicy.__init__.<locals>.<lambda>

深度学习训练过程报错: Traceback (most recent call last): File "D:\workspace\out-in-noise-lt\method\method2.py"
1
回答数

回答被采纳 vscode连接不上linux服务器,但是xshell可以

vscode版本: 版本: 1.90.1 提交: 611f9bfce64f25108829dd295f54a6894e87339d 日期: 2024-06-11T21:01:24.262Z Elect
1
回答数

回答被采纳 PyTorch使用Cifar-10数据集时报错:TypeError: default_collate

报错 TypeError: default_collate: batch must contain tensors, numpy arrays, numbers, dicts or lists; fo
1
回答数

回答被采纳 Vue3 使用 Element Plus 的 Message 时显示异常

预期显示 实际显示 涉及代码 import { ElMessage } from 'element-plus' function (response) { // 2xx 范围内的状态码都会触发该函数。
1
回答数

回答被采纳 在自己的Github仓库搜索,得到的结果This repository's code has not been indexed yet. Try again later.

在自己的仓库搜索代码,明明存在的代码却没找到,而是返回结果: This repository's code has not been indexed yet. Try again later.
1
回答数

回答被采纳 使用 torchtext 的 Multi30k 数据集报错:UnicodeDecodeError

使用 torchtext 的 Multi30k 数据集遇到的问题。 报错信息: UnicodeDecodeError: 'utf-8' codec can't decode byte 0x80 in
1
回答数

回答被采纳 使用altair保存图片时报错

运行在ipynb中 def example_mask(): LS_data = pd.concat( [ pd.DataFrame( { "Subsequent Mask": subsequent_m
1
回答数

回答被采纳 BUG:net::ERR_CONNECTION_REFUSED

BUG场景 一个前后端分离的项目,前端使用Vue2框架,后端使用FastAPI,前端想要传输图片给后端,使用的相关接口为: 'http://10.96.67.161:8081/uploadImg/'