mirror of
https://github.com/shivammehta25/Matcha-TTS.git
synced 2026-02-05 10:19:19 +08:00
Initial commit
This commit is contained in:
18
configs/eval.yaml
Normal file
18
configs/eval.yaml
Normal file
@@ -0,0 +1,18 @@
|
||||
# @package _global_
|
||||
|
||||
defaults:
|
||||
- _self_
|
||||
- data: mnist # choose datamodule with `test_dataloader()` for evaluation
|
||||
- model: mnist
|
||||
- logger: null
|
||||
- trainer: default
|
||||
- paths: default
|
||||
- extras: default
|
||||
- hydra: default
|
||||
|
||||
task_name: "eval"
|
||||
|
||||
tags: ["dev"]
|
||||
|
||||
# passing checkpoint path is necessary for evaluation
|
||||
ckpt_path: ???
|
||||
Reference in New Issue
Block a user