CoEDL / elpis

🙊 software for creating speech recognition models.
https://elpis.readthedocs.io/en/latest/
Apache License 2.0
152 stars 33 forks source link

Error in console for espnet path #221

Closed benfoley closed 3 years ago

benfoley commented 3 years ago

Training the phoneme system gives this error:

  File "/elpis/elpis/endpoints/model.py", line 133, in status
    "status": model.status,
  File "/elpis/elpis/engines/espnet/objects/model.py", line 59, in status
    stage_4_log_path= next(path_gen)
StopIteration