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 periodic_callable #209

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

Add periodic_callable #209

wants to merge 11 commits into from

Commits on Mar 11, 2024

  1. Add periodic_callable

    basnijholt committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    7ed66d4 View commit details
    Browse the repository at this point in the history
  2. Fix serdes

    basnijholt committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    0e87efe View commit details
    Browse the repository at this point in the history
  3. pass through

    basnijholt committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    32918a6 View commit details
    Browse the repository at this point in the history
  4. order

    basnijholt committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    fc141bb View commit details
    Browse the repository at this point in the history
  5. fix order args

    basnijholt committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    f9327ac View commit details
    Browse the repository at this point in the history
  6. No serialized args in env

    basnijholt committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    f31ee1b View commit details
    Browse the repository at this point in the history
  7. arg order

    basnijholt committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    693eb4c View commit details
    Browse the repository at this point in the history
  8. clean

    basnijholt committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    cb68d99 View commit details
    Browse the repository at this point in the history
  9. consistent kwargs order

    basnijholt committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    53509f8 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. Make 'periodic_callable' expect a function of 2 arguments.

    The first argument is the 'fname' of the learner, and the
    second argument is the learner itself. The fname is needed
    to use as a base, if the periodic callable will save some
    additional data.
    jbweston committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    5ae8467 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. Fix syntax error

    jbweston committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    d8742e0 View commit details
    Browse the repository at this point in the history