JunzheJosephZhu
commited on
Commit
•
b53c2fe
1
Parent(s):
759ffb2
Update convert_checkpoint.py
Browse files- convert_checkpoint.py +1 -0
convert_checkpoint.py
CHANGED
@@ -1,3 +1,4 @@
|
|
|
|
1 |
import os
|
2 |
import yaml
|
3 |
import glob
|
|
|
1 |
+
# place this file under egs/wsj0-mix-var/Multi-Decoder-DPRNN and execute, to convert best-model.ckpt to pytorch_model.bin
|
2 |
import os
|
3 |
import yaml
|
4 |
import glob
|