biigle / maia

:m: BIIGLE module for the Machine Learning Assisted Image Annotation method
GNU General Public License v3.0
2 stars 3 forks source link

Configurable hard limit for number of training proposal #34

Closed mzur closed 5 years ago

mzur commented 5 years ago

Add a confiuration option for a hard limit for the number of training proposals. If this is set, only the x "most interesting" training proposals are taken. Set 50000 as default value. This should be applied both on the GPU server ("no more than x proposals are sent") as well as the BIIGLE instance ("no more than x proposals are accepted").

Background: We have a few MAIA jobs at biigle.de where the number of training proposals surpasses 50k or even 150k. Nobody is going to review all of these and this is putting some strain on the system.