-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
run error in stage 5 -----empty graph #11
Comments
If I just comment out the exception line(line #70) in graph.py, will there be any problem in the following stages? |
Yes. You can simply comment out that exception as I've already skipped empty graphs in dataset.py. |
Thank you, I was struggling with this part. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
when i use the mini_librispeech in run.sh : Stage 5
Here is a problem.
Initializing dataset...
100%|███████████████████████████████████████████████████████████████████████████| 1519/1519 [00:01<00:00, 1170.80it/s]
Initializing dataset...
0%| | 0/1089 [00:00<?, ?it/s]
Traceback (most recent call last):
File "../../train.py", line 330, in
main()
File "../../train.py", line 126, in main
validset = ChainDataset(args.valid, no_feat=args.no_feat)
File "pychain_example/dataset.py", line 145, in init
graph = ChainGraph(fst, log_domain=True)
File "pychain/graph.py", line 70, in init
raise Exception("An empty graph encountered!")
Exception: An empty graph encountered!
The text was updated successfully, but these errors were encountered: