Only generate scaling reports for Drivers that support scaling
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 782
- Forks
- 314
- Avg merge
- 4d 21h
- Merged PRs (30d)
- 4
Description
Issue Type
- Bug
- Enhancement
Description
If a Driver does not support scaling, there is no need to generate a scaling report.
Make use of the gradients supports option dict on Drivers to determine if the Driver supports scaling. Assume if it supports gradients, generate a scaling report. If not, no scaling report is generated
Environment
NA
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the Driver supports option dictionary and the code path that generates scaling reports. Check how the gradients option is represented for Drivers, then trace report generation to condition it on gradient support. Done means Drivers without gradients support produce no scaling report, while supporting Drivers still do.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100