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

[Fix] Correctly record random seed in log #1152

Merged
merged 2 commits into from
May 19, 2023

Conversation

Shiyang980713
Copy link
Contributor

Motivation

When no random seed is specified, the random seed value is recorded as None in the log

Modification

Assign self._seed to self._randomness_cfg['seed']

@zhouzaida zhouzaida linked an issue May 18, 2023 that may be closed by this pull request
@zhouzaida zhouzaida merged commit 4bc2fe1 into open-mmlab:main May 19, 2023
1 of 2 checks passed
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.

[Docs]How to get the value of random seed?
2 participants