Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is computation_time only related to the GPU model? #219

Open
LLJING-ER opened this issue Aug 14, 2024 · 3 comments
Open

Is computation_time only related to the GPU model? #219

LLJING-ER opened this issue Aug 14, 2024 · 3 comments

Comments

@LLJING-ER
Copy link

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?

@zhenghh04
Copy link
Member

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.

@LLJING-ER
Copy link
Author

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?

@LLJING-ER
Copy link
Author

If possible, please also provide a copy of the test code in tfrecord format for the cosmoflow workload

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants