lizhaohui
lizhaohui
``` Traceback (most recent call last): File "tools/main.py", line 56, in main(args, cfg) File "tools/main.py", line 32, in main trainer = Trainer(cfg) File "/home/lizhaohui/PaddleGAN/ppgan/engine/trainer.py", line 134, in __init__ self.lr_schedulers =...
如果自己训练wav2lip,数据格式是什么样的呢?可以提供一个例子吗?
Hello, I have solved the first two problems, but I encountered a new problem at 50% of the first epoch of the code: Traceback (most recent call last): File "/home/lizhaohui/DiffCSE/train.py",...
``` Using cuda for inference. (80, 2612) Length of mel chunks: 813 0%| | 0/7 [00:00
### Is there an existing issue for this? - [X] I have searched the existing issues ### Environment ```markdown - Milvus version:2.2.6 - Deployment mode(standalone or cluster):cluster - MQ type(rocksmq,...
 我的算力基本吃不满,  我目前的model save是在trian之后,但是我要把model save放在train之前算力就会吃满,这是什么原因呢