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

Not able to run DreamPropeller #2

Open
aplatyps opened this issue Dec 27, 2023 · 0 comments
Open

Not able to run DreamPropeller #2

aplatyps opened this issue Dec 27, 2023 · 0 comments

Comments

@aplatyps
Copy link

Hi, I tried launching the launch_speedup.py but was not able to run any training due to the torch.multiprocessing queue in train_loop() being stuck.

_preds, _step = queues[1].get()

After looking through the code I found it very odd that items are put into queue[1] in run_workers() but run_workers() is not invoked in run(), therefore when train_loop() tries to get the predicted item from queue[1] it will be stuck indefinitely. I don't understand why is it written that way and not sure how to fix it. May I know if is this design is intended and are you able to run launch_speedup.py without any issues? Thanks.

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

1 participant