qurator-spk / sbb_ned

Named Entity Disambiguation and Linking
Apache License 2.0
14 stars 3 forks source link

loading forever #11

Open Ashbajawed opened 2 years ago

Ashbajawed commented 2 years ago

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

labusch commented 2 years ago

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.

Ashbajawed commented 2 years ago

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

labusch commented 2 years ago

Could you provide your config file?

Ashbajawed commented 2 years ago

I'm using this file https://github.com/qurator-spk/sbb_ned/blob/master/qurator/sbb_ned/webapp/en-config.json

labusch commented 2 years ago

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