Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

loading forever #11

Open
Ashbajawed opened this issue Feb 14, 2022 · 5 comments
Open

loading forever #11

Ashbajawed opened this issue Feb 14, 2022 · 5 comments

Comments

@Ashbajawed
Copy link

Ashbajawed commented Feb 14, 2022

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

@labusch
Copy link
Member

labusch commented Feb 15, 2022

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
Copy link
Author

Ashbajawed commented Feb 17, 2022

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

@labusch
Copy link
Member

labusch commented Feb 21, 2022

Could you provide your config file?

@Ashbajawed
Copy link
Author

@labusch
Copy link
Member

labusch commented Mar 10, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants