By admin , 12 十一月, 2025

双击文件无法安装的pkg包可以在命令行安装:

sudo installer -pkg wkhtmltox-0.12.6-2.macos-cocoa.pkg -target /usr/local/bin

标签

By admin , 11 十月, 2025

安装软件:

$ sudo apt install -y python3 python3-pip python3-venv
$ useradd jupyter -m
$ su - jupyter
$ python3 -m venv jupyter-env
$ source jupyter-env/bin/activate
$ pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple
$ pip install jupyter

配置Jupyter:

标签

By admin , 9 十月, 2025

该指数反映自然科学的科研能力。

中国已经超越美国排名第一。在科学分支上,物理、化学、地球与环境科学,中国排第一。生物和健康分支上美国排第一。

By admin , 25 九月, 2025

Coqui是一个支持多语言、效果出色的深度学习TTS。本人实现了粤语的支持,并发布了模型:https://huggingface.co/hgneng/coqui-cantonese-model,如有朋友训练出效果更好的模型,欢迎在huggingface上发布并留言。下面是使用方法:

 

  1. 下载源代码
git clone https://github.com/hgneng/TTS
  1. 确认Python版本
python -V

如果不满足python >= 3.9, < 3.12,请使用conda安装符合条件的Python环境

标签

By admin , 22 九月, 2025

1. 下载解压Ekho源代码

$ wget http://sourceforge.net/projects/e-guidedog/files/Ekho/9.0/ekho-9.0.tar.xz
$ tar xJvf ekho-9.0.tar.xz

 2. 下载解压藏语语音数据

$ cd ekho-9.0/ekho-data
$ wget https://sourceforge.net/projects/e-guidedog/files/Ekho-Voice-Data/0.2/tibetan-trinley-44100-wav-v1.tar.xz
$ tar xJvf tibetan-trinley-44100-wav-v1.tar.xz
$ ln -s tibetan-trinley-44100-wav tibetan

3. 编译运行

标签

最新内容