上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 35 下一页
摘要: TTS 服务 TTS是Text To Speech的缩写,翻译成中文就是“从文本到语言”的意思,一般是指语音合成技术。而所谓的TTS软件说的通俗点就是指文本转语音软件。 微软Text to Speech文本转语音服务 为什么开头就介绍微软的这个服务呢?因为它很强啊... 微软的Text to Spe 阅读全文
posted @ 2022-06-19 21:05 michaelchengjl 阅读(498) 评论(0) 推荐(0) 编辑
摘要: ffmpeg 常用命令 视频转图片 ffmpeg -i cut_clean.mp4 -r 25 -f image2 image-%4d.png 视频去logo ffmpeg -i cut.mp4 -vf "delogo=x=681:y=639:w=555:h=138" -c:a copy cut_c 阅读全文
posted @ 2022-06-19 21:01 michaelchengjl 阅读(54) 评论(0) 推荐(0) 编辑
摘要: python 打包模块:nuitka https://pythonmana.com/2022/01/202201250238275410.html https://www.cnblogs.com/leoych/p/14446354.html https://www.cnblogs.com/OnceM 阅读全文
posted @ 2022-06-13 10:27 michaelchengjl 阅读(48) 评论(0) 推荐(0) 编辑
摘要: 模型量化 refer: https://zhuanlan.zhihu.com/p/132561405 https://www.zhihu.com/org/shang-tang-ke-ji-sensetime https://zhuanlan.zhihu.com/p/64744154 https:// 阅读全文
posted @ 2022-06-01 09:50 michaelchengjl 阅读(64) 评论(0) 推荐(0) 编辑
摘要: TVM 模型量化 [RFC] Search-based Automated Quantization I proposed a new quantization framework, which brings hardware and learning method in the loop. Bro 阅读全文
posted @ 2022-05-30 21:48 michaelchengjl 阅读(79) 评论(0) 推荐(0) 编辑
摘要: 云原生技术图谱 阅读全文
posted @ 2022-05-27 20:55 michaelchengjl 阅读(88) 评论(0) 推荐(0) 编辑
摘要: 从Python调用堆栈获取行号等信息 程序中的日志打印,或者消息上传,比如kafka消息等等。经常上传的消息中需要上传堆栈信息中的文件名、行号、上层调用者等具体用于定位的消息。Python提供了以下两种方法: sys._getframe, 基础方法 inspect.currentframe, 推荐方 阅读全文
posted @ 2022-05-27 15:19 michaelchengjl 阅读(258) 评论(0) 推荐(0) 编辑
摘要: vscode开发环境基础配置 此文用于记录我的VS Code环境配置(只涉及通用化配置,不包含诸如自定义代码段等定制化配置),主要用于算法/深度学习的日常开发,涉及语言为Python和C++,操作系统为Linux(偶尔用MAC OSX,极少用Windows),开发机器以远程服务器为主, 本地环境为辅 阅读全文
posted @ 2022-05-21 23:01 michaelchengjl 阅读(534) 评论(0) 推荐(0) 编辑
摘要: markdown语法 Markdown语法说明 详解版 https://www.zybuluo.com/mdeditor https://www.zybuluo.com/codeep/note/163962 https://yyixx.com/docs/tool/gitbook/ 阅读全文
posted @ 2022-05-18 20:06 michaelchengjl 阅读(12) 评论(0) 推荐(0) 编辑
摘要: ubuntu20.04安装anaconda3 1. Anaconda安装包下载 (1) 官网下载 ,下载速度较慢 (2) 清华大学开源软件镜像站 wget url 2. 安装Anaconda3 进入文件下载目录 并运行安装脚本 bash Anaconda3-2020.07-Linux-x86_64. 阅读全文
posted @ 2022-05-18 16:38 michaelchengjl 阅读(2207) 评论(0) 推荐(0) 编辑
上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 35 下一页