-
Notifications
You must be signed in to change notification settings - Fork 48
Open
Labels
performanceLower memory or faster computation.Lower memory or faster computation.questionFurther information is requestedFurther information is requested
Description
Hi,
I apply dust before largest_k; is this the right order? Or performance wise largest_k should be applied first?
My input is a boolean array.
Do you consider casting of largest_k output to the relevant dtype based on k value?
If k in largest_k is less than 65535 no need to for label_out to be uint32, uint16 will be sufficient. So for k<255 label_out can be uint8.
Can this be considered to reduce memory requirements?
Dimitris
Metadata
Metadata
Assignees
Labels
performanceLower memory or faster computation.Lower memory or faster computation.questionFurther information is requestedFurther information is requested