Closed AntonOkhotnikov closed 4 years ago
I don't know the reason. If it is related to matplotlib
,
stopping graph plots by commenting out below may be a workaround.
https://github.com/hitachi-speech/EEND/blob/9a0f211ce7e377eaea242490c3d7ec0f6adab8af/eend/chainer_backend/train.py#L197-L205
You can reproduce such a plot from the log file, so removing the above will not be a problem.
@yubouf Thank you so much, I will try it
@yubouf The suggested solution helped to overcome this issue, so I'm closing the issue now. Thanks again
Hello, some time ago I caught the next error while training:
Do you have any ideas of why this could happen? Stackoverflow says that
matplotlib
should use'Agg'
backend, and it does.