comic / grand-challenge.org

A platform for end-to-end development of machine learning solutions in biomedical imaging
https://grand-challenge.org
Apache License 2.0
168 stars 50 forks source link

Allow solo workers on non TaskPool pools #3305

Closed jmsmkn closed 2 months ago

jmsmkn commented 2 months ago

There is no reason to restrict solo execution to TaskPools, just need to check that the concurrency is set and the autoscaling is off. Also adds a check to ensure the prefetch multiplier is unset.