Camaltra / Camaltra/ml_deployment
Batch size actually hardcoded in the `get_loader` function
Open
good first issue
- Dominant language
- Python
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
The batch_size is actually hardcoded in the function to get loader, so even with a change in the params file, the batch still 16
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the get_loader function and the params file referenced in the issue. Trace how batch_size is read and passed, then verify that changing the parameter changes the loader's batch size instead of retaining 16.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- machine-learning
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100