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
I'm trying to create a config file ***.yaml, but confused about the meaning of computation_time , is it related to batchsize? If I change the batchsize, do I need to run the actual workload to find out the corresponding computation_time?
The text was updated successfully, but these errors were encountered:
Yes it is related to the batch size. It is the computation time for processing one batch of data. So you'll have to measure the computation time in the actual hardware for that.
It is necessary to maintain consistent data format. How do you measure the computation_time of NPZ format data in UNET3D? Can you provide me with a reference code?
I'm trying to create a config file ***.yaml, but confused about the meaning of computation_time , is it related to batchsize? If I change the batchsize, do I need to run the actual workload to find out the corresponding computation_time?
The text was updated successfully, but these errors were encountered: