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

index.html 17 KB

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
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
  1. <!DOCTYPE html>
  2. <html class="writer-html5" lang="en" >
  3. <head>
  4. <meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  6. <title>Welcome to SuperGradients’s documentation! &mdash; SuperGradients 1.0 documentation</title>
  7. <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
  8. <link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
  9. <link rel="stylesheet" href="_static/graphviz.css" type="text/css" />
  10. <!--[if lt IE 9]>
  11. <script src="_static/js/html5shiv.min.js"></script>
  12. <![endif]-->
  13. <script data-url_root="./" id="documentation_options" src="_static/documentation_options.js"></script>
  14. <script src="_static/jquery.js"></script>
  15. <script src="_static/underscore.js"></script>
  16. <script src="_static/doctools.js"></script>
  17. <script src="_static/js/theme.js"></script>
  18. <link rel="index" title="Index" href="genindex.html" />
  19. <link rel="search" title="Search" href="search.html" />
  20. <link rel="next" title="Fill our 4-question quick survey! We will raffle free SuperGradients swag between those who will participate -&gt; Fill Survey" href="welcome.html" />
  21. </head>
  22. <body class="wy-body-for-nav">
  23. <div class="wy-grid-for-nav">
  24. <nav data-toggle="wy-nav-shift" class="wy-nav-side">
  25. <div class="wy-side-scroll">
  26. <div class="wy-side-nav-search" >
  27. <a href="#" class="icon icon-home"> SuperGradients
  28. </a>
  29. <div role="search">
  30. <form id="rtd-search-form" class="wy-form" action="search.html" method="get">
  31. <input type="text" name="q" placeholder="Search docs" />
  32. <input type="hidden" name="check_keywords" value="yes" />
  33. <input type="hidden" name="area" value="default" />
  34. </form>
  35. </div>
  36. </div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
  37. <p class="caption"><span class="caption-text">Welcome To SuperGradients</span></p>
  38. <ul>
  39. <li class="toctree-l1"><a class="reference internal" href="welcome.html">Fill our 4-question quick survey! We will raffle free SuperGradients swag between those who will participate -&gt; Fill Survey</a></li>
  40. <li class="toctree-l1"><a class="reference internal" href="welcome.html#supergradients">SuperGradients</a></li>
  41. </ul>
  42. <p class="caption"><span class="caption-text">Technical Documentation</span></p>
  43. <ul>
  44. <li class="toctree-l1"><a class="reference internal" href="super_gradients.common.html">Common package</a></li>
  45. <li class="toctree-l1"><a class="reference internal" href="super_gradients.training.html">Training package</a></li>
  46. </ul>
  47. <p class="caption"><span class="caption-text">User Guide</span></p>
  48. <ul>
  49. <li class="toctree-l1"><a class="reference internal" href="user_guide.html">What is SuperGradients?</a></li>
  50. <li class="toctree-l1"><a class="reference internal" href="user_guide.html#introducing-the-supergradients-library">Introducing the SuperGradients library</a></li>
  51. <li class="toctree-l1"><a class="reference internal" href="user_guide.html#installation">Installation</a></li>
  52. <li class="toctree-l1"><a class="reference internal" href="user_guide.html#integrating-your-training-code-complete-walkthrough">Integrating Your Training Code - Complete Walkthrough</a></li>
  53. <li class="toctree-l1"><a class="reference internal" href="user_guide.html#training-parameters">Training Parameters</a></li>
  54. <li class="toctree-l1"><a class="reference internal" href="user_guide.html#logs-and-checkpoints">Logs and Checkpoints</a></li>
  55. <li class="toctree-l1"><a class="reference internal" href="user_guide.html#dataset-parameters">Dataset Parameters</a></li>
  56. <li class="toctree-l1"><a class="reference internal" href="user_guide.html#network-architectures">Network Architectures</a></li>
  57. <li class="toctree-l1"><a class="reference internal" href="user_guide.html#pretrained-models">Pretrained Models</a></li>
  58. <li class="toctree-l1"><a class="reference internal" href="user_guide.html#how-to-reproduce-our-training-recipes">How To Reproduce Our Training Recipes</a></li>
  59. <li class="toctree-l1"><a class="reference internal" href="user_guide.html#professional-tools-integration">Professional Tools Integration</a></li>
  60. <li class="toctree-l1"><a class="reference internal" href="user_guide.html#supergradients-faq">SuperGradients FAQ</a></li>
  61. </ul>
  62. </div>
  63. </div>
  64. </nav>
  65. <section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"><nav class="wy-nav-top" aria-label="Mobile navigation menu" >
  66. <i data-toggle="wy-nav-top" class="fa fa-bars"></i>
  67. <a href="#">SuperGradients</a>
  68. </nav>
  69. <div class="wy-nav-content">
  70. <div class="rst-content">
  71. <div role="navigation" aria-label="Page navigation">
  72. <ul class="wy-breadcrumbs">
  73. <li><a href="#" class="icon icon-home"></a> &raquo;</li>
  74. <li>Welcome to SuperGradients’s documentation!</li>
  75. <li class="wy-breadcrumbs-aside">
  76. <a href="_sources/index.rst.txt" rel="nofollow"> View page source</a>
  77. </li>
  78. </ul>
  79. <hr/>
  80. </div>
  81. <div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
  82. <div itemprop="articleBody">
  83. <section id="welcome-to-supergradients-s-documentation">
  84. <h1>Welcome to SuperGradients’s documentation!<a class="headerlink" href="#welcome-to-supergradients-s-documentation" title="Permalink to this headline"></a></h1>
  85. <div class="toctree-wrapper compound">
  86. <p class="caption"><span class="caption-text">Welcome To SuperGradients</span></p>
  87. <ul>
  88. <li class="toctree-l1"><a class="reference internal" href="welcome.html">Fill our 4-question quick survey! We will raffle free SuperGradients swag between those who will participate -&gt; Fill Survey</a></li>
  89. <li class="toctree-l1"><a class="reference internal" href="welcome.html#supergradients">SuperGradients</a><ul>
  90. <li class="toctree-l2"><a class="reference internal" href="welcome.html#introduction">Introduction</a><ul>
  91. <li class="toctree-l3"><a class="reference internal" href="welcome.html#why-use-supergradients">Why use SuperGradients?</a></li>
  92. </ul>
  93. </li>
  94. <li class="toctree-l2"><a class="reference internal" href="welcome.html#what-s-new">What’s New</a></li>
  95. <li class="toctree-l2"><a class="reference internal" href="welcome.html#coming-soon">Coming soon</a><ul>
  96. <li class="toctree-l3"><a class="reference internal" href="welcome.html#table-of-content">Table of Content</a></li>
  97. </ul>
  98. </li>
  99. <li class="toctree-l2"><a class="reference internal" href="welcome.html#getting-started">Getting Started</a><ul>
  100. <li class="toctree-l3"><a class="reference internal" href="welcome.html#start-training-with-just-1-command-line">Start Training with Just 1 Command Line</a></li>
  101. <li class="toctree-l3"><a class="reference internal" href="welcome.html#quickly-load-pre-trained-weights-for-your-desired-model-with-sota-performance">Quickly Load Pre-Trained Weights for Your Desired Model with SOTA Performance</a></li>
  102. <li class="toctree-l3"><a class="reference internal" href="welcome.html#quick-start-notebook-classification">Quick Start Notebook - Classification</a></li>
  103. <li class="toctree-l3"><a class="reference internal" href="welcome.html#quick-start-notebook-semantic-segmentation">Quick Start Notebook - Semantic Segmentation</a></li>
  104. </ul>
  105. </li>
  106. <li class="toctree-l2"><a class="reference internal" href="welcome.html#transfer-learning">Transfer Learning</a><ul>
  107. <li class="toctree-l3"><a class="reference internal" href="welcome.html#transfer-learning-with-sg-notebook-semantic-segmentation">Transfer Learning with SG Notebook - Semantic Segmentation</a></li>
  108. </ul>
  109. </li>
  110. <li class="toctree-l2"><a class="reference internal" href="welcome.html#knowledge-distillation-training">Knowledge Distillation Training</a><ul>
  111. <li class="toctree-l3"><a class="reference internal" href="welcome.html#knowledge-distillation-training-quick-start-with-sg-notebook-resnet18-example">Knowledge Distillation Training Quick Start with SG Notebook - ResNet18 example</a></li>
  112. </ul>
  113. </li>
  114. <li class="toctree-l2"><a class="reference internal" href="welcome.html#installation-methods">Installation Methods</a><ul>
  115. <li class="toctree-l3"><a class="reference internal" href="welcome.html#prerequisites">Prerequisites</a></li>
  116. <li class="toctree-l3"><a class="reference internal" href="welcome.html#quick-installation">Quick Installation</a></li>
  117. </ul>
  118. </li>
  119. <li class="toctree-l2"><a class="reference internal" href="welcome.html#computer-vision-models-pretrained-checkpoints">Computer Vision Models - Pretrained Checkpoints</a><ul>
  120. <li class="toctree-l3"><a class="reference internal" href="welcome.html#pretrained-classification-pytorch-checkpoints">Pretrained Classification PyTorch Checkpoints</a></li>
  121. <li class="toctree-l3"><a class="reference internal" href="welcome.html#pretrained-object-detection-pytorch-checkpoints">Pretrained Object Detection PyTorch Checkpoints</a></li>
  122. <li class="toctree-l3"><a class="reference internal" href="welcome.html#pretrained-semantic-segmentation-pytorch-checkpoints">Pretrained Semantic Segmentation PyTorch Checkpoints</a></li>
  123. </ul>
  124. </li>
  125. <li class="toctree-l2"><a class="reference internal" href="welcome.html#implemented-model-architectures">Implemented Model Architectures</a><ul>
  126. <li class="toctree-l3"><a class="reference internal" href="welcome.html#image-classification">Image Classification</a></li>
  127. <li class="toctree-l3"><a class="reference internal" href="welcome.html#object-detection">Object Detection</a></li>
  128. <li class="toctree-l3"><a class="reference internal" href="welcome.html#semantic-segmentation">Semantic Segmentation</a></li>
  129. </ul>
  130. </li>
  131. <li class="toctree-l2"><a class="reference internal" href="welcome.html#documentation">Documentation</a></li>
  132. <li class="toctree-l2"><a class="reference internal" href="welcome.html#contributing">Contributing</a></li>
  133. <li class="toctree-l2"><a class="reference internal" href="welcome.html#citation">Citation</a></li>
  134. <li class="toctree-l2"><a class="reference internal" href="welcome.html#community">Community</a></li>
  135. <li class="toctree-l2"><a class="reference internal" href="welcome.html#license">License</a></li>
  136. <li class="toctree-l2"><a class="reference internal" href="welcome.html#deci-platform">Deci Platform</a></li>
  137. </ul>
  138. </li>
  139. </ul>
  140. </div>
  141. <div class="toctree-wrapper compound">
  142. <p class="caption"><span class="caption-text">Technical Documentation</span></p>
  143. <ul>
  144. <li class="toctree-l1"><a class="reference internal" href="super_gradients.common.html">Common package</a><ul>
  145. <li class="toctree-l2"><a class="reference internal" href="super_gradients.common.html#module-contents">Module contents</a></li>
  146. </ul>
  147. </li>
  148. <li class="toctree-l1"><a class="reference internal" href="super_gradients.training.html">Training package</a><ul>
  149. <li class="toctree-l2"><a class="reference internal" href="super_gradients.training.html#module-super_gradients.training">super_gradients.training module</a></li>
  150. <li class="toctree-l2"><a class="reference internal" href="super_gradients.training.html#super-gradients-training-datasets-module">super_gradients.training.datasets module</a></li>
  151. <li class="toctree-l2"><a class="reference internal" href="super_gradients.training.html#super-gradients-training-exceptions-module">super_gradients.training.exceptions module</a></li>
  152. <li class="toctree-l2"><a class="reference internal" href="super_gradients.training.html#module-super_gradients.training.legacy">super_gradients.training.legacy module</a></li>
  153. <li class="toctree-l2"><a class="reference internal" href="super_gradients.training.html#module-super_gradients.training.losses">super_gradients.training.losses_models module</a></li>
  154. <li class="toctree-l2"><a class="reference internal" href="super_gradients.training.html#module-super_gradients.training.metrics">super_gradients.training.metrics module</a></li>
  155. <li class="toctree-l2"><a class="reference internal" href="super_gradients.training.html#module-super_gradients.training.models">super_gradients.training.models module</a></li>
  156. <li class="toctree-l2"><a class="reference internal" href="super_gradients.training.html#module-super_gradients.training.sg_model">super_gradients.training.sg_model module</a></li>
  157. <li class="toctree-l2"><a class="reference internal" href="super_gradients.training.html#module-super_gradients.training.utils">super_gradients.training.utils module</a></li>
  158. <li class="toctree-l2"><a class="reference internal" href="super_gradients.training.html#module-contents">Module contents</a></li>
  159. </ul>
  160. </li>
  161. </ul>
  162. </div>
  163. <div class="toctree-wrapper compound">
  164. <p class="caption"><span class="caption-text">User Guide</span></p>
  165. <ul>
  166. <li class="toctree-l1"><a class="reference internal" href="user_guide.html">What is SuperGradients?</a></li>
  167. <li class="toctree-l1"><a class="reference internal" href="user_guide.html#introducing-the-supergradients-library">Introducing the SuperGradients library</a></li>
  168. <li class="toctree-l1"><a class="reference internal" href="user_guide.html#installation">Installation</a></li>
  169. <li class="toctree-l1"><a class="reference internal" href="user_guide.html#integrating-your-training-code-complete-walkthrough">Integrating Your Training Code - Complete Walkthrough</a><ul>
  170. <li class="toctree-l2"><a class="reference internal" href="user_guide.html#integrating-your-training-code-main-components">Integrating Your Training Code: Main components:</a></li>
  171. <li class="toctree-l2"><a class="reference internal" href="user_guide.html#integrating-your-training-code-complete-walkthrough-dataset">Integrating Your Training Code - Complete Walkthrough: Dataset</a></li>
  172. <li class="toctree-l2"><a class="reference internal" href="user_guide.html#integrating-your-training-code-complete-walkthrough-model">Integrating Your Training Code - Complete Walkthrough: Model</a></li>
  173. <li class="toctree-l2"><a class="reference internal" href="user_guide.html#integrating-your-training-code-complete-walkthrough-loss-function">Integrating Your Training Code - Complete Walkthrough: Loss Function</a></li>
  174. <li class="toctree-l2"><a class="reference internal" href="user_guide.html#integrating-your-training-code-complete-walkthrough-metrics">Integrating Your Training Code - Complete Walkthrough: Metrics</a></li>
  175. <li class="toctree-l2"><a class="reference internal" href="user_guide.html#integrating-your-training-code-complete-walkthrough-training-script">Integrating Your Training Code- Complete Walkthrough: Training script</a><ul>
  176. <li class="toctree-l3"><a class="reference internal" href="user_guide.html#training-parameter-notes">Training Parameter Notes:</a></li>
  177. </ul>
  178. </li>
  179. </ul>
  180. </li>
  181. <li class="toctree-l1"><a class="reference internal" href="user_guide.html#training-parameters">Training Parameters</a></li>
  182. <li class="toctree-l1"><a class="reference internal" href="user_guide.html#logs-and-checkpoints">Logs and Checkpoints</a></li>
  183. <li class="toctree-l1"><a class="reference internal" href="user_guide.html#dataset-parameters">Dataset Parameters</a></li>
  184. <li class="toctree-l1"><a class="reference internal" href="user_guide.html#network-architectures">Network Architectures</a></li>
  185. <li class="toctree-l1"><a class="reference internal" href="user_guide.html#pretrained-models">Pretrained Models</a></li>
  186. <li class="toctree-l1"><a class="reference internal" href="user_guide.html#how-to-reproduce-our-training-recipes">How To Reproduce Our Training Recipes</a></li>
  187. <li class="toctree-l1"><a class="reference internal" href="user_guide.html#professional-tools-integration">Professional Tools Integration</a><ul>
  188. <li class="toctree-l2"><a class="reference internal" href="user_guide.html#weights-and-biases">Weights and Biases</a><ul>
  189. <li class="toctree-l3"><a class="reference internal" href="user_guide.html#setting-up-the-environment">Setting-up the environment</a></li>
  190. </ul>
  191. </li>
  192. </ul>
  193. </li>
  194. <li class="toctree-l1"><a class="reference internal" href="user_guide.html#supergradients-faq">SuperGradients FAQ</a><ul>
  195. <li class="toctree-l2"><a class="reference internal" href="user_guide.html#what-type-of-tasks-does-the-supergradients-support">What Type of Tasks Does the SuperGradients Support?</a></li>
  196. </ul>
  197. </li>
  198. </ul>
  199. </div>
  200. </section>
  201. <section id="indices-and-tables">
  202. <h1>Indices and tables<a class="headerlink" href="#indices-and-tables" title="Permalink to this headline"></a></h1>
  203. <ul class="simple">
  204. <li><p><a class="reference internal" href="genindex.html"><span class="std std-ref">Index</span></a></p></li>
  205. <li><p><a class="reference internal" href="py-modindex.html"><span class="std std-ref">Module Index</span></a></p></li>
  206. <li><p><a class="reference internal" href="search.html"><span class="std std-ref">Search Page</span></a></p></li>
  207. </ul>
  208. </section>
  209. </div>
  210. </div>
  211. <footer><div class="rst-footer-buttons" role="navigation" aria-label="Footer">
  212. <a href="welcome.html" class="btn btn-neutral float-right" title="Fill our 4-question quick survey! We will raffle free SuperGradients swag between those who will participate -&gt; Fill Survey" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a>
  213. </div>
  214. <hr/>
  215. <div role="contentinfo">
  216. <p>&#169; Copyright 2021, SuperGradients team.</p>
  217. </div>
  218. Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
  219. <a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
  220. provided by <a href="https://readthedocs.org">Read the Docs</a>.
  221. </footer>
  222. </div>
  223. </div>
  224. </section>
  225. </div>
  226. <script>
  227. jQuery(function () {
  228. SphinxRtdTheme.Navigation.enable(true);
  229. });
  230. </script>
  231. </body>
  232. </html>
Tip!

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

Comments

Loading...