-
## Description
cmake .. -DCUDA_VERSION=10.2
```
Building for TensorRT version: 8.2.4, library version: 8
-- Targeting TRT Platform: x86_64
-- CUDA version set to 10.2
-- cuDNN version set to 8…
-
I spent some time grepping through the (autogenerated) source, and think it's some sort of _input_put* function, but can't seem to figure out exactly what or how to do the slicing/indexing.
In Pytho…
-
使用rnn+crf做序列标注任务时,训练过程中出现了错误 Enforce failed. Expected begin_idx < end_idx, but received begin_idx:19 >= end_idx:19. 这个应该怎么解决,辛苦
paddle版本1.3.0
单机cpu训练
使用到的与问题有关的层 fluid.layers.crf_decoding 、fl…
-
### 🐛 Describe the bug
Dear Developers,
I have an intel-based Macbook pro with AMD GPU, and there is a bug while implementing one-direction LSTM. The kernel always dies if I am using the MPS devic…
-
-it took me forever to launch 1 epoch when using rec_r34_vd_none_bilstm_ctc.yml and en_PP-OCRv3_rec.yml.
-it always stuck at _During the training process, after the 0th iteration, an evaluation is…
-
### 🐛 Describe the bug
I tried to compile a model with the following forward function, and it reported this error. I think providing the minified program below can help to fix this issue, so I will…
-
I think pytorch should add Windows support.
Other deep learning frameworks, like tensorflow, theano and mxnet, all support Windows.
I only use Windows in my work. So I want to know whether pytorch…
-
### 🐛 Describe the bug
/home/midea/anaconda3/envs/colossal/lib/python3.11/site-packages/torch/include/pybind11/pybind11.h: In instantiation of ‘class pybind11::class_’:
/tmp/pip-install-…
-
I am trying to train an ASR model on from the pre-trained baidu-en8k.
Command Passed:
```
CUDA_VISIBLE_DEVICES=0,1,2,3,4,5,6,7
python -u train.py --batch_size=8 --num_epoch=50 --num_conv_layers…
-
i'm trying to install a library into this project. i'm having problems with IOS. however android works fine.
library i'm trying to integrate: "@regulaforensics/react-native-face-api": "^3.2.2",
…