-
when i "make -j" ,An error occurred
“Makefile:155: recipe for target 'all' failed
make: *** [all] Error 2”
what should i do for it?
-
I run it in Ubuntu shell and without dock like this:
```
louis@Louis:~/Documents/TensorRTCpp/TensorRT/build$ cmake .. -DTRT_LIB_DIR=$TRT_RELEASE/lib -DTRT_BIN_DIR=`pwd`/out
```
the result is as f…
-
While training for Grantha script, kraken is crashing with the following error:
```
[64.2956] Taking 345 lines/files from training set for evaluation
[64.2958] Loading existing model from linesn…
-
使用的ch_ppocr_server_v2.0_rec_pre这个模型
以下是报错内容:
[2022/02/28 16:51:44] root INFO: CTCLabelEncode : None
[2022/02/28 16:51:44] root INFO: RecResizeImg :
[2022/02/28 16:51:44] …
-
Hi!
I've been trying to run a CommonVoice Transducer recipe with French with `--data_parallel_backend` option. At the beginning, it starts running correctly but after ~30 mins, the training hangs …
-
Hello, I am trying to train on custom dataset using the default `config-glove.json` file. I have modified the `dataset.py` accordingly, following instructions mentioned in a previous bert-model relate…
-
I had this error when I was trying to train my model :
```console
(Topenv) [jacsont@gpu020.baobab GT_test]$ ketos train -f alto -d cuda Top_test_bin_alto/*xml
WARNING:root:Torch version 1.10.0+cu…
-
### 🐛 Describe the bug
I am trying to build PyTorch with
```
USE_METAL ON
USE_PYTORCH_METAL ON
USE_PYTORCH_METAL_EXPORT On
```
ccmake complains: No OSX SDK's found in default search …
-
I want to build tensorrt oss on TX2.
I only change the "option(BUILD_PARSERS "Build TensorRT parsers" to OFF in the CMakeLists.txt. But an error that cannot build "trtexec" appears when I make. Can…
-
![1627356142(1)](https://user-images.githubusercontent.com/49588285/127090357-d0994416-2d4b-4d01-8309-cc0e461210da.jpg)
请问这种都训练了一轮 为什么还会退出
我的yaml
`Global:
use_gpu: true
epoch_num: 72
log…