Open zhou-wb opened 3 months ago
That is right. Batch sizes greater than 1 are currently not supported. If you could please explain your use case so that we can prioritize adding support for batches.
Thanks for your good work and reply! I am trying to evaluate the images from the focal stack. So I use the batch channel to represent images of different focal distances. It could be faster to have batches supported but I guess I can also loop over the batches and calculate the mean for now.
Batch support is on our TODO list, but it may take some time before we can implement it.