-
conda install pytorch==2.0.1 torchvision==0.16.0 pytorch-cuda=11.8 -c pytorch -c nvidia
用这个安装后,在安装requirements.txt,如图所示,会安装torch-2.3.0 , 虽然还没有安装完,但能确定如果使用torch会造成版本冲突,有两个版本的torch在conda环境里。
-
paddlecloud支持不使用cert文件,即直接通过kubernetes非安全端口调用kubernetes API
-
docker启动paddlespeech,报declarative() got an unexpected keyword argument 'property',且启动不成功。
-
### 请提出你的问题 Please ask your question
paddle开发者,你好,我的代码在CPU上能训练,但是当我配置好GPU环境时,代码却无法训练,出现以下问题:
```
(External) CUBLAS error(1).
[Hint: Please search for the error code(1) on website (https://doc…
-
请问paddle官方有替代的算子吗?
另外我自己参考github上其他人的操作,修改一个op,麻烦帮忙看看这种方式对不对,我想用到移动端效率可以吗?
def shift_paddle(x, seg_num, shift_ratio):
nt, c, h, w = x.size()
shape = x.shape # [N*T, C, H, W]
reshap…
-
Install the package and requirements based on the instructions
https://github.com/PaddlePaddle/PaddleHelix/tree/dev/apps/protein_folding/helixfold-single
(BTW, is the required module cudnn: 8.10.1 v…
-
**python环境**:3.8
**paddle-gpu版本**:2.6.1,安装方式为:`conda install paddlepaddle-gpu==2.6.1 cudatoolkit=11.7 -c https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/Paddle/ -c conda-forge`
**parl版本:2.2.1**,…
-
**paddle版本信息如下:**
paddleclas 2.5.1
paddleocr 2.7.0.3
paddlepaddle-gpu 2.6.0.post120
**CUDA信息如下:**
nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2023 NVIDIA…
-
## General Question
输入命令:paddlespeech tts --input "南京现在很冷,下次再去夫子庙吧。" --output ./test_2.wav
然后语音转文字,输入命令:paddlespeech asr --lang zh --input test_2.wav
terminal中输出结果如下:
~/anaconda3/envs/paddle…
-
running with case1 at: https://github.com/PaddlePaddle/cloud/issues/399
```
label selector: paddle-job-pserver=mnist5, desired: 10
label selector: paddle-job-master=mnist5, desired: 1
Starting t…