Comparing lmnt-com:master...DocXxxX:master · lmnt-com/diffwave
base repository: lmnt-com/diffwave
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
head repository: DocXxxX/diffwave
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Checking mergeability…
Don’t worry, you can still create the pull request.
- 2 commits
- 5 files changed
- 1 contributor
Commits on Jan 14, 2026
-
1. 添加 .gitignore 文件以排除数据集、检查点和日志。 2. 在 dataset.py、preprocess.py 和 inference.py 中将 torchaudio.load() 替换为 soundfile,以解决 Windows 上 torchaudio/torchcodec 的兼容性问题(针对音频)。 3. 更新 params.py 中的 batch_size 以支持高端 GPU。 4. 验证端到端的训练和推理流程。