Create meta.yaml
Browse files
meta.yaml
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
espnet: 0.10.6
|
2 |
+
files:
|
3 |
+
model_file: abe.pth
|
4 |
+
config_file: config_abe.yaml
|
5 |
+
python: "Python 3.8.13 (default, Apr 19 2023, 00:53:22) \n[GCC 7.5.0] on linux"
|
6 |
+
timestamp: 1630751435.588649
|
7 |
+
torch: 1.11.0+cu102
|
8 |
+
yaml_files:
|
9 |
+
train_config: config_abe.yaml
|