You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During #406, it was noted that it should be straightforward to broadcast _convolve_volume instead of iterating. Right now it is almost generalized.
We'll just need to be careful about memory usage... Can consider a parameterized batch size, maybe defaulting to something based on voxels*volumes. Should double check whether the speedup is worth it first.
In the case it isn't, the code could be cleaned up (rm singleton branches etc).
The text was updated successfully, but these errors were encountered:
During #406, it was noted that it should be straightforward to broadcast
_convolve_volume
instead of iterating. Right now it is almost generalized.We'll just need to be careful about memory usage... Can consider a parameterized batch size, maybe defaulting to something based on voxels*volumes. Should double check whether the speedup is worth it first.
In the case it isn't, the code could be cleaned up (rm
singleton
branches etc).The text was updated successfully, but these errors were encountered: