Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

CODEOWNERS 736 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
  1. # CODE OWNERS
  2. # AUTOMATION
  3. .circleci/config.yml @ranrubin
  4. # MODELS, LOSSES, METRICS, UTILS
  5. super_gradients/training/models/ @ofrimasad @yoni-f @shairoz-deci @sefibk
  6. super_gradients/training/losses/ @ofrimasad @yoni-f @shairoz-deci @sefibk
  7. super_gradients/training/metrics/ @ofrimasad @yoni-f @shairoz-deci @sefibk
  8. super_gradients/training/utils/ @ofrimasad @yoni-f @shairoz-deci @sefibk
  9. super_gradients/training/tests/ @ofrimasad @yoni-f @shairoz-deci @sefibk
  10. super_gradients/training/examples/ @ofrimasad @yoni-f @shairoz-deci @sefibk
  11. super_gradients/training/params.py @ofrimasad @yoni-f @shairoz-deci @sefibk
  12. # ALL OF super_gradients REPO
  13. * @shaydeci @lotem-deci
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...