mirror of
https://github.com/mozilla/DeepSpeech.git
synced 2025-10-26 11:19:39 +00:00
With the new `create_dataset` approach introduced by PR #2283 (read: mine, sorry!), duplicate indices in the df would cause a fatal error where the columns could not be referenced by name. Adding `ignore_index=True` during append allows pandas to assign new indices to rows, and fixes the issue. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| benchmark.py | ||
| check_characters.py | ||
| config.py | ||
| downloader.py | ||
| evaluate_tools.py | ||
| feeding.py | ||
| flags.py | ||
| gpu_usage.py | ||
| gpu.py | ||
| logging.py | ||
| stm.py | ||
| taskcluster.py | ||
| text.py | ||