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 options to precompute the epoch #569

Open
wants to merge 17 commits into
base: main
Choose a base branch
from
Open

Add options to precompute the epoch #569

wants to merge 17 commits into from

Commits on Jan 20, 2024

  1. Configuration menu
    Copy the full SHA
    487465f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1f4272d View commit details
    Browse the repository at this point in the history
  3. Womp womp.

    knighton committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    7e7c2b7 View commit details
    Browse the repository at this point in the history
  4. Add psutil.

    knighton committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    708f236 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2024

  1. Temp disable.

    knighton committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    c4b35ab View commit details
    Browse the repository at this point in the history
  2. Update tests.

    knighton committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    f6e327c View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. Updates (need docstrings).

        def _push_back_pregen_epoch_todo(self, todo_filename: str, epoch: int, sample: int) -> None:
        def _pop_front_pregen_epoch_todo(self, todo_filename: str) -> Tuple[int, int, int]:
        def _request_pregen_epoch(self, epoch: int, sample: int) -> None:
        def _each_pregen_epoch_todo(self) -> Iterator[Tuple[int, int]]:
        def _pregen_epoch_loop(self) -> None:
    knighton committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    5607931 View commit details
    Browse the repository at this point in the history
  2. Blame the dummy.

    knighton committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    ce53298 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3ff0de9 View commit details
    Browse the repository at this point in the history
  4. Fix.

    knighton committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    f905849 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e2fd742 View commit details
    Browse the repository at this point in the history
  6. Fix init file.

    knighton committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    5d11262 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    046b2d7 View commit details
    Browse the repository at this point in the history
  8. Try gc.

    knighton committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    b3fc2a2 View commit details
    Browse the repository at this point in the history
  9. Try gc #2.

    knighton committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    9487b1f View commit details
    Browse the repository at this point in the history
  10. Try gc 3.

    knighton committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    db3041f View commit details
    Browse the repository at this point in the history
  11. Refactor registry.

    knighton committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    7470d27 View commit details
    Browse the repository at this point in the history