nl8590687 / ASRT_SpeechRecognition

A Deep-Learning-Based Chinese Speech Recognition System 基于深度学习的中文语音识别系统
https://asrt.ailemon.net
GNU General Public License v3.0
7.85k stars 1.9k forks source link

测试的速度特别慢 #200

Open 1615070057 opened 4 years ago

1615070057 commented 4 years ago

您好,我在用您的模型测试时,速度特别慢。1660ti,显存占用率在10%以下。该怎么解决

nl8590687 commented 4 years ago

应该是没有走GPU进行计算吧

AshenoneZJX commented 4 years ago

应该是没有调用GPU运算,而是用CPU运算,看看CPU使用率,如果要调用GPU需要安装CUDA和CUDNN并配置环境。