腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
搜索
关闭
文章
问答
(19)
视频
开发者手册
清单
用户
专栏
沙龙
全部问答
原创问答
Stack Exchange问答
更多筛选
回答情况:
全部
有回答
回答已采纳
提问时间:
不限
一周内
一月内
三月内
一年内
问题标签:
未找到与 相关的标签
筛选
重置
1
回答
notebook没有开放外网权限,怎么更改
CUDA
版本?
linux
、
深度学习
、
“觅影”医学人工智能算法大赛
在用notebook的terminal想安装其他版本的
cuda
,wget的时候遇到connection refused
浏览 403
提问于2021-09-17
0
回答
cuda
统计和的过程中使用for循环导致输出结果全0?
深度学习
#include "
cuda
_runtime.h"#include <stdio.h> #include "device_functions.h
浏览 178
提问于2023-01-27
1
回答
CUDA
驱动没有i386版本的怎么办?
云+校园
、
云服务器
、
深度学习
浏览 483
提问于2019-09-14
0
回答
pytorch中调用
cuda
计算,怎么将多个任务打包一次性发送给GPU进行计算?
python
、
pytorch
、
cuda
、
for循环
、
gpu
以下为举例(需要将for里执行的7000次循环任务,一次性发送给GPU计算):num = 500000a1
浏览 173
修改于2024-08-08
0
回答
qGPU里面能使用Vulkan吗?
GPU 云服务器
、
虚拟化
、
controller
、
cuda
、
gpu
Vulkan申请显存并不是通过
CUDA
,而是通过Vulkan驱动,而Vulkan驱动要通过GPU驱动。通过Github上的vcuda-controller,我猜测qgpu是通过劫持
CUDA
来实现显存虚拟化的,那Vulkan还能用么?
浏览 237
提问于2023-10-23
0
回答
Hunyuan-0.5B模型训练数据报错?
cuda
、
input
、
模型
、
数据
、
腾讯混元大模型
return torch.embedding(weight, input, padding_idx, scale_grad_by_freq, sparse)Compile with `TORCH_USE_
CUDA
_DSA` to enable device-side assertions.
浏览 119
提问于2025-09-08
1
回答
跑深度学习代码的时候遇到的?
深度学习
、
cuda
、
model
、
typeerror
、
模型
: self.linear.
cuda
() x =__init__() self.normalize_features = normalize_features__init__()
浏览 2531
提问于2023-02-22
1
回答
gpu nvidia云服务器基础环境配置?
云服务器
、
深度学习
gpu NVIDIA的云服务器有安装好的驱动和
cuda
环境吗,还是都需要用户自己安装?
浏览 575
提问于2019-05-15
0
回答
GPU未加速?
tensorflow
、
GPU 云服务器
我购买的GPU服务器,配置了tensorflow-gpu版本,安装了
cuda
10.0和Cudnn, 为什么训练还是很慢 image.png
浏览 249
提问于2020-07-02
4
回答
腾讯GPU 云服务器,pytorch,backward()报Illegal instruction?
GPU 云服务器
腾讯云GPU 云服务器,安装pytorch之后,运行backward()函数会报Illegal instruction (core dumped) 用cpu计算会有这个问题,用
CUDA
是没有问题的
浏览 1597
提问于2018-03-05
回答已采纳
0
回答
tensorflow使用model.fit()出错,不知道错哪了?
tensorflow
、
深度学习
最近在跟着曹健老师的课程准备入门一下tensorflow,刚开始还是可以顺利运行程序,但后面更新了一下
cuda
,从10.2到11.2后就出现了如下的报错,希望各位能够为我解惑 图片
浏览 144
提问于2022-12-24
0
回答
Tesla M40 运行tensorflow 十分缓慢?
tensorflow
、
GPU 云服务器
我用的是tensorflow 1.8.0
cuda
9.0 运行的网络是faster rcnn 特征提取层是resnet 50
浏览 954
提问于2018-08-30
0
回答
进行训练时候tf报错?
深度学习
、
GPU 云服务器
、
腾讯云测试服务
、
编程算法
_api.v2.train' has no attribute 'Optimizer tf 1.4.0 GPU2080
CUDA
10.1
浏览 425
提问于2019-10-16
0
回答
如何使用functorch.jacrev计算BertForMaskedLM的雅克比矩阵?
NLP技术
、
python
、
pytorch
from functorch import make_functional, make_functional_with_buffers, vmap, vjp, jvp, jacrevtorch.
cuda
.empty_cache()tokenizer = BertTokenizer.from_pretrained
浏览 311
提问于2022-06-21
0
回答
期望输入[64]与匹配目标[32]?
python
、
编程算法
、
pytorch
模型调用device = torch.device('
cuda
:0' if torch.
cuda
.is_available() else 'cpu')#构建损失器和优化器 total +=
浏览 247
提问于2023-01-25
0
回答
Informer时间序列预测模型超参数优化?
pytorch
、
model
、
函数
、
模型
、
数据
data_set, data_loader if self.use_gpu: device = torch.device('
cuda
:{}'.format(self.gpu)) pr
浏览 566
提问于2023-03-28
0
回答
如何把训练日志打印到指定的项目txt文档中以及加一层卷积进去?
python
、
神经网络
、
深度学习
、
卷积神经网络
torchvision import datasets, transforms batch_size = 64 # 每批处理的数据epochs = 20 # 训练数据集的轮次 train_loss_record =
浏览 173
提问于2022-12-17
1
回答
使用tensorflow进行迭代过程出现failed to allocate memory的bug?
tensorflow
、
c++
、
python
、
深度学习
、
http
requested by op Sub If the cause is memory fragmentation maybe the environment variable 'TF_GPU_ALLOCATOR=
cuda
_malloc_async
浏览 2655
提问于2021-10-21
领券