PiaoYang
PiaoYang
@erogol Hi, I apologize for the delayed response. I'm not quite sure what zoo is referring to, I think it might be the `tts_models/zh-CN/baker/tacotron2-DDC-GST` that appears in `list_models` ? Unfortunately,...
Not yet. The baker dataset is not an open source dataset and requires payment to use. I do not have access to the original dataset. Additionally, I do not currently...
I have now finally had time to review this issue. I think adding another phonemizer for Chinese might be ambiguous because they actually do the same thing, I just removed...
可以自己下载然后解压放到相应目录里面。 对于ubuntu,位置是在~/.pkuseg/[模型名称文件夹] 或者修改下载部分的代码,给它添加代理。
可以自己下载然后解压放到相应目录里面。 对于ubuntu,位置是在~/.pkuseg/[模型名称文件夹] 或者修改下载部分的代码,给它添加代理。
> 可以再提供一下doccano导出数据转换为Label Studio格式的代码吗? 可以在PaddleNLP下面提一个新的Issue
@wawltor @sijunhe 请问能查看、通过一下吗?
> 手动执行没有问题,现在我只能把用户组改成root在用...不知道是哪个文件的权限不够 Ubuntu 22.04遇到同样的问题。使用Linux 服务端部署脚本进行安装的。 直接运行`/usr/local/bin/hysteria server --config /etc/hysteria/config.yaml`没有问题。 然而,使用服务启动`systemctl start hysteria-server.service`之后,显示服务正常启动,但是客户端无法连接,服务也并未有任何输出: ``` root@VM65202:~# systemctl start hysteria-server.service root@VM65202:~# systemctl status hysteria-server.service ● hysteria-server.service - Hysteria Server Service (config.yaml) Loaded: loaded...
> There's also a numerically stable one: > > ```python > @numba.njit(parallel=True, fastmath=True) > def numba_logsumexp_stable(p, out): > n, m = p.shape > assert len(out) == n > assert out.ndim...
> 自动更新的 版本是 `MetaCubeX/metacubexd` V1.138.1 面板自动获取后台地址和密码是在 `setup` 路由里 > > [/src/main.tsx#L28](https://github.com/MetaCubeX/metacubexd/blob/9e68bb6ad5e880dec0e641cf24bb0a65c5c28f58/src/main.tsx#L28) > > ```js > ... > > // 默认路由 > ... > ``` > > [/src/pages/Setup.tsx#L110](https://github.com/MetaCubeX/metacubexd/blob/9e68bb6ad5e880dec0e641cf24bb0a65c5c28f58/src/pages/Setup.tsx#L110) > > ```js...