Adding multispeaker model in UI

This commit is contained in:
Shivam Mehta
2023-09-20 10:28:48 +00:00
parent 72635012b0
commit 267bf96651
4 changed files with 149 additions and 23 deletions

View File

@@ -7,8 +7,8 @@
task_name: "debug"
# disable callbacks and loggers during debugging
callbacks: null
logger: null
# callbacks: null
# logger: null
extras:
ignore_warnings: False

View File

@@ -7,6 +7,9 @@ defaults:
trainer:
max_epochs: 1
profiler: "simple"
# profiler: "advanced"
# profiler: "simple"
profiler: "advanced"
# profiler: "pytorch"
accelerator: gpu
limit_train_batches: 0.02