We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As pointed out in fredzzhang/spatially-conditioned-graphs#20, scripts that use pocket.utils.DetectionAPMeter will hang during evaluation for the following setup
pocket.utils.DetectionAPMeter
OS: Pop!_OS 20.04 LTS x86_64 CPU: AMD Ryzen 7 2700X (16) @ 3.700G Python: 3.7.9
The text was updated successfully, but these errors were encountered:
(#32) Specify start method as spawn for multiprocessing
6c9bfa4
The start method for multiprocessing has been changed to spawn instead of the default fork, based on this post
spawn
fork
Sorry, something went wrong.
No branches or pull requests
As pointed out in fredzzhang/spatially-conditioned-graphs#20, scripts that use
pocket.utils.DetectionAPMeter
will hang during evaluation for the following setupOS: Pop!_OS 20.04 LTS x86_64
CPU: AMD Ryzen 7 2700X (16) @ 3.700G
Python: 3.7.9
The text was updated successfully, but these errors were encountered: