[feat] Add new add-ons from the user side
Open
Documentation
- Dominant language
- Python
- Stars
- 2.5k
- Forks
- 300
- PR merge metrics
- No merged PRs in 30d
Description
Current Auto-pytorch already adapted to the addition of new components (e.g. lr_scheduler, optimizer) from user side, but it is not easy for them to know how it should be implemented for the following reasons:
1. not clear what variables, attributes or methods new add-ons should have
2. not clear how we can pass initial parameters to those add-ons
For those reasons, I opened this issue and would like everyone to put any ideas here.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.