01 2021 档案

ffmpeg推流时报错 Unknown encoder 'libx264'
摘要:一、问题描述 在调试VoicePuppet开源项目时候,需要安装ffmpeg。但在安装前未按照libx264库,导致在生成mp4视频的时候出错。 二、解决方案 安装libx264 1、下载libx264(官网) git clone https://code.videolan.org/videolan 阅读全文

posted @ 2021-01-21 14:22 NLP实践者 阅读(6788) 评论(0) 推荐(0)

terminate called after throwing an instance of dmlc::Error
摘要:在python中使用MxNet时在代码 self.module.bind(data_shapes=[data_name_shape], for_training=False)报出一下错误terminate called after throwing an instance of 'dmlc::Err 阅读全文

posted @ 2021-01-20 18:30 NLP实践者 阅读(824) 评论(0) 推荐(0)