JsonParseException : Illegal unquoted character ((CTRL-CHAR, code 10) Java 报错JsonParseException : Illegal unquoted character ((CTRL-CHAR, code 10)的解决方法
faster-whisper部署教程 Python 本文章主要讲述faster-whisper和whisper的对比,以及如何在Windows中部署faster-whisper,faster-whisper号称比whisper更快,大约快4倍,并且占用的资源更少。
解决国内下载torch慢的问题 Python 国内下载torch的速度很慢,那么我们可以先去到官方网站手动下载whl,下载的时候可以使用多线程下载器IDM下载,这样的大大提升下载速度,基本上就几分钟就可以下载完成,然后可以使用pip install命令安装whl安装包。
解决跨域报错 后端 报错Mixed Content The page at was loaded over HTTPS but requested an insecure resource This request has been blocked the content must be served over HTTPS的解决方案
Linux安装jupyter notebook Python 本篇文章主要讲述如何在CentOS7中部署jupyter notebook的应用,notebook是为了方便python开发者使用,能够记录运行的过程。特别是在运行一些科学计算的python程序时,这个jupyter notebook是很流行,是必备的开发工具之一。