Is there a master list of features/improvements that need implementing? #2254
-
As above :) |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
I probably should keep a better list of near / far goals, but change my mind a lot as I tug on various threads until I find some momentum on one or two. Best bet would be open issues. I'm generally pretty quick to close issues or PR's that I don't feel have merit, so that said, any open PR or Issue (especially [FEATURE] issues) could be worthwhile. I have left some for quite some time though, either because they weren't highest priority, still issues to sort out or things to verify in impl (PR), or significant undertaking to get right so effort vs reward not clear... Some people have asked for better documentation, the Some of the bigger ideas I still would like to tackle:
I've actually started sketching out the object detection idea recently. I got inspired having a chat with Claude Sonnet, pretty much sketched out my scaffolding and decided on a few design points... |
Beta Was this translation helpful? Give feedback.
-
Thanks @rwightman for the ideas. Are the .yaml configs for a few of the popular backbones (resnet18, efficientnetB0, etc.) stored anywhere? I would like test out some of these ideas locally w/ a sample of imagenet. Sorry if this is a silly question, I have not used the library to train from scratch before.. |
Beta Was this translation helpful? Give feedback.
@brendanartley
I probably should keep a better list of near / far goals, but change my mind a lot as I tug on various threads until I find some momentum on one or two.
Best bet would be open issues. I'm generally pretty quick to close issues or PR's that I don't feel have merit, so that said, any open PR or Issue (especially [FEATURE] issues) could be worthwhile. I have left some for quite some time though, either because they weren't highest priority, still issues to sort out or things to verify in impl (PR), or significant undertaking to get right so effort vs reward not clear...
Some people have asked for better documentation, the
hfdocs
is current (docs
are deprecated, should remove t…