这是indexloc提供的服务,不要输入任何密码
Skip to content

Draft: for explicit seed mechanism of train seed, specific test seeds #1031

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

Closed
wants to merge 4 commits into from

Conversation

bordeauxred
Copy link
Contributor

  • I have added the correct label(s) to this Pull Request or linked the relevant issue(s)
  • I have provided a description of the changes in this Pull Request
  • I have added documentation for my changes
  • If applicable, I have added tests to cover my changes.
  • I have reformatted the code using poe format
  • I have checked style and types with poe lint and poe type-check
  • (Optional) I ran tests locally with poe test
    (or a subset of them with poe test-reduced) ,and they pass
  • (Optional) I have tested that documentation builds correctly with poe doc-build

@bordeauxred bordeauxred marked this pull request as draft January 23, 2024 14:41
"""
self._assert_is_not_closed()
seed_list: list[None] | list[int]
if seed is None:
if seed is None: #todo robert check this can happen, results in error when put in config
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Forbid seed=None?

@@ -0,0 +1,12 @@
from tbparse import SummaryReader
Copy link
Contributor Author

@bordeauxred bordeauxred Jan 26, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Alternatives to using tbparse are

@MischaPanch
Copy link
Collaborator

Superseded by #1074

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.

2 participants