Create new file
Browse files
meta.yaml
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
espnet: 0.10.3a2
|
2 |
+
files:
|
3 |
+
model_file: exp/tts_train_transformer_raw_char/valid.loss.best.pth
|
4 |
+
python: "3.8.10 (default, Mar 15 2022, 12:22:08) \n[GCC 9.4.0]"
|
5 |
+
timestamp: 1631237823.97896
|
6 |
+
torch: 1.7.1
|
7 |
+
yaml_files:
|
8 |
+
train_config: exp/tts_train_transformer_raw_char/config.yaml
|