mirror of
https://github.com/shivammehta25/Matcha-TTS.git
synced 2026-02-04 17:59:19 +08:00
Adding multispeaker model in UI
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user