Shikonin
Shikonin
### 请提出你的问题 在使用`Taskflow`时对于默认的`batch_size`参数遇到了下面的问题,通过调整参数`batch_size=1`能够避免问题出现。 想问一下这个问题出现是由于什么原因? ``` Taskflow(task='information_extraction', schema=[], task_path='./model', device_id=args.device) ``` ``` Python 3.8.5 ---- paddle 1.0.2 paddle-bfloat 0.1.7 paddle2onnx 1.0.1 paddlefsl 1.1.0 paddlenlp 2.4.0 paddlepaddle 2.3.2 paddlepaddle-gpu 2.3.2 ---- CUDA:...
### Please search before asking - [X] I searched in the [issues](https://github.com/yetone/openai-translator/issues) and found nothing similar. ### Please read README - [X] I have read the troubleshooting section in the...
change fontface render
# Error: Fail to install pyopenjtalk in Colab 在安装`pyopenjtalk==0.1.3`时出现了错误 Error occured when install `pyopenjtalk==0.1.3` from requirements.txt ``` Collecting pyopenjtalk==0.1.3 (from -r requirements.txt (line 9)) Downloading pyopenjtalk-0.1.3.tar.gz (1.5 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.5/1.5...
在编译和链接过程中遇到未定义符号的错误 ``` # Copyright (C) RongTao, All right reserve. CUDA_INSTALL_PATH = /usr/local/cuda-12.1 GCC_INSTALL_PATH = /usr NVCC = $(CUDA_INSTALL_PATH)/bin/nvcc #cuda_12.1.r12.1 GCC = $(GCC_INSTALL_PATH)/bin/gcc-12 #gcc 12.3.0 MPICC = mpicc LCUDA = -L$(CUDA_INSTALL_PATH)/lib64...