qurator-spk/sbb_ned

loading forever

Opened this issue · 5 comments

ned model is running in forever loop its not giving any output just stuck between loading embeddings and done prompt

Without a more detailed error message, it is not possible to solve your problem.

It is likely that some sub-process has terminated due to some problem and the error log is not propagated from the sub-process.

In order to repeat the computation in single process mode, set all the _PROCESSES configuration variables to 0.
Example:
https://github.com/qurator-spk/sbb_ned/blob/master/qurator/sbb_ned/webapp/de-config-debug.json

Then, you should observe some error message that can help to finally solve the underlying problem.

i made said changes in config file now getting this error
image

Could you provide your config file?

There were some entries missing in that file. I added the missing entries.
Could you update the file and retry?