Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add waveglow #92

Merged
merged 28 commits into from
Jun 6, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update waveglow
  • Loading branch information
upvenly committed Jun 1, 2023
commit 44e35d14a70eb9e28bad2ea3d7d84c33d57a20a7
3 changes: 1 addition & 2 deletions training/benchmarks/WaveGlow/pytorch/config/_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
name: str = "WaveGlow"
dist_backend = "nccl"
vendor: str = "nvidia"
# tar_val_loss = -5.72 #https://github.com/NVIDIA/DeepLearningExamples/tree/master/PyTorch/SpeechSynthesis/Tacotron2
target_val_loss = -2 #https://github.com/NVIDIA/DeepLearningExamples/tree/master/PyTorch/SpeechSynthesis/Tacotron2
tar_val_loss = -5.72 #https://github.com/NVIDIA/DeepLearningExamples/tree/master/PyTorch/SpeechSynthesis/Tacotron2

save_checkpoint = True

Expand Down