Open EricR86 opened 6 years ago
Original comment by Eric Roberts (Bitbucket: ericr86, GitHub: ericr86).
Is there any consideration of what would be considered unreasonable? What if a user wants to train on a lot of specific regions (like GENCODE regions)?
What if a user wants to disable this warning?
Would printing out the number of windows before job submission be sufficient/better?
Original comment by Michael Hoffman (Bitbucket: hoffman, GitHub: michaelmhoffman).
I was thinking 10000 windows. Printing out the number of windows before submitting jobs might help with this without necessitating an option to disable the warning or an un-disableable warning.
Original comment by Michael Hoffman (Bitbucket: hoffman, GitHub: michaelmhoffman).
How about "queued: world #/T, instance #/T, window #/T (full job name)"?
I think this will make diagnostics easier.
Original report (BitBucket issue) by Mickaël Mendez (Bitbucket: Mickael Mendez).
A high number of windows can indicate an error in the way the inputs were processed and results in a very long training or annotation time.
Segway could print a warning message after calculating the windows if it's number exceed an unreasonnable threshold (maybe 10 000).
This enhancement was suggested by Michael Hoffman.