Cadene / Cadene/bootstrap.pytorch
Rethink the "splits / mode" behaviour
- Dominant language
- Python
- Stars
- 196
- Forks
- 30
- PR merge metrics
- No merged PRs in 30d
Description
Ideas:
- have a train and an eval mode, like now
- Ability to specify multiple splits for each mode. Run the splits sequentially (makes sense for eval, maybe less for train. Option to merge them in common batches, or run batches in alternance ?)
- Metrics should use the {split} and not the {mode} to save their data ?
Use cases can be train/val/test, or multi source datasets (example for data augmentation with another dataset in train).
Or having multiple eval dataset, with different metrics
Contributor guide
No contributing guide indexed for this repository
Research direction
No files, tests, or entry points are named. First locate the current train/eval split handling and metric data storage, then resolve whether multiple splits run sequentially, merge into batches, or alternate before defining implementation and tests for the agreed behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- data, machine-learning
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100