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

TF Preprocessing / Dataloading randomness #1080

Open
girishvn opened this issue Jun 21, 2024 · 0 comments
Open

TF Preprocessing / Dataloading randomness #1080

girishvn opened this issue Jun 21, 2024 · 0 comments

Comments

@girishvn
Copy link

Hi all,

Thanks for the great repo!
I've noticed that this repo uses tensorflow data preprocessing / data-loading (tfds, etc.).
Is there a reason the tf global random seed is never set (via tf.random.set_seed())?

Is there a way to ensure reproducible randomness, with respect to shuffle order, augmentation, etc.?
How is this handled if training is distributed across multiple devices (TPUs or GPUs)?
Or if this randomness is already reproducible any help understanding how this is implemented / handled would be greatly appreciated!

Thanks!

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

1 participant