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

Minibatch impl #364

Merged
merged 10 commits into from
Apr 6, 2023
Merged

Minibatch impl #364

merged 10 commits into from
Apr 6, 2023

Commits on Mar 13, 2023

  1. Configuration menu
    Copy the full SHA
    1a243ae View commit details
    Browse the repository at this point in the history
  2. added minibatching

    Dahoas committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    800c433 View commit details
    Browse the repository at this point in the history
  3. fix num_mb name

    Dahoas committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    17b543a View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2023

  1. fix minibatch indexing

    Dahoas committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    a196418 View commit details
    Browse the repository at this point in the history
  2. fixing style

    Dahoas committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    17b12be View commit details
    Browse the repository at this point in the history
  3. fixing style

    Dahoas committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    8994187 View commit details
    Browse the repository at this point in the history
  4. fixing style

    Dahoas committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    f389941 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2023

  1. Minibatch iterator (#403)

    * Add minibatch iterator
    
    * Add tests
    eluzhnica authored Apr 3, 2023
    Configuration menu
    Copy the full SHA
    8485e78 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d636448 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2023

  1. Avoid gradient synchronization when accumulating (#396)

    * Avoid gradient synchronization when accumulating
    
    * Fix accumulation to account for dataloader
    
    * Add some tests
    eluzhnica authored Apr 5, 2023
    Configuration menu
    Copy the full SHA
    833d049 View commit details
    Browse the repository at this point in the history