Closed dscripka closed 2 years ago
Thanks! I assigned @chaisz19 to check on the version we have. Will fix that if it is wrong on our version.
We downloaded and checked JSON from three hosts and they were all correct.
We downloaded and checked JSON from three hosts and they were all correct.
Ah, maybe a local issue for me then. Thanks for confirming.
When using the
download_gigaspeech.sh
script, I kept running intoijson.common.IncompleteJSONError
exceptions.After debugging, I found that in the current version of the GigaSpeech.json metadata file (at least as of December 2021), there appears to be an incorrect "(" character on line 64006948 which breaks the JSON processing. Here are the surrounding lines:
Removing this character fixes the exceptions I was getting when using
download_gigaspeech.sh
.