diamond

Results 5 comments of diamond

> To address the issue with the `db-1` container constantly restarting, let's start by identifying the root cause through the container's logs. Execute the command: > > ```shell > docker...

> 若要解决容器不断重启的问题,让我们首先通过容器的日志确定根本原因。执行以下命令:`db-1` > > ```shell > docker logs db-1 > ``` > > 这将显示特定的错误消息,这些错误消息可以指导我们找到解决方案。常见问题包括: > > 1. **不正确的卷权限**:Docker 卷必须具有正确的权限才能运行 PostgreSQL。通过以下方式调整它们:`./volumes/db/data` > ```shell > sudo chown -R 999:999 ./volumes/db/data > ```...

一直卡在这里,包括更新和卸载:centos9 ![image](https://github.com/user-attachments/assets/2109f6fe-58d2-4b8f-8310-a116ec7c61ba)

> 开启SoVITS训练时报错: > > ``` > D:\python\lib\site-packages\torch\functional.py:650: UserWarning: stft with return_complex=False is deprecated. In a future pytorch release, stft will return complex tensors for all inputs, and return_complex=False will raise...