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

Add samples per second logging for reverb_dataset.py #304

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

hartikainen
Copy link

@hartikainen hartikainen commented Jun 20, 2023

Adds a more informative samples per second logging for reverb_dataset.py.
Before:

Iteration 0 finished in 0.8698790073394775s
Iteration 1 finished in 0.9794516563415527s
Iteration 2 finished in 0.9291434288024902s

After:

Iteration 0 finished in 1.33s with 192_907.36 samples/s.
Iteration 1 finished in 1.37s with 187_186.11 samples/s.
Iteration 2 finished in 1.69s with 151_599.91 samples/s.

@hartikainen hartikainen force-pushed the reverb_benchmark-samples-per-second branch from 9694646 to e6af314 Compare June 21, 2023 13:57
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

Successfully merging this pull request may close these issues.

None yet

1 participant