OpenPipe / OpenPipe/ART

Docs on decision-making process for choosing batch size, learning rate, etc?

Open
#26 1 comment 2 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

documentation
Dominant language
Python
Stars
10.8k
Forks
989
Avg merge
6h 29m
Merged PRs (30d)
85

Description

At a first approximation, it's not obvious how to think about choosing a batch size and learning rate. Small batches reduce inference overhead on the GPUs and generally reduce iteration time, but can also lead to unstable training runs.

Reducing learning rate and using small batches seems like a reasonable approach to achieve good performance with low feedback latency, but still not sure how to calculate either number. Docs would be super helpful!

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

No file, test, or entry point is named. First clarify where training guidance belongs and review the current material on batch size and learning rate. Done should explain how to choose or calculate both values, including the stated trade-offs around iteration time, inference overhead, and training stability.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
documentation, machine-learning
Issue type
Documentation
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.