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

LICENSE.html 16 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
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
  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>&lt;no title&gt; &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. </head>
  21. <body class="wy-body-for-nav">
  22. <div class="wy-grid-for-nav">
  23. <nav data-toggle="wy-nav-shift" class="wy-nav-side">
  24. <div class="wy-side-scroll">
  25. <div class="wy-side-nav-search" >
  26. <a href="index.html" class="icon icon-home"> SuperGradients
  27. </a>
  28. <div role="search">
  29. <form id="rtd-search-form" class="wy-form" action="search.html" method="get">
  30. <input type="text" name="q" placeholder="Search docs" />
  31. <input type="hidden" name="check_keywords" value="yes" />
  32. <input type="hidden" name="area" value="default" />
  33. </form>
  34. </div>
  35. </div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
  36. <p class="caption"><span class="caption-text">Welcome To SuperGradients</span></p>
  37. <ul>
  38. <li class="toctree-l1"><a class="reference internal" href="welcome.html">SuperGradients</a></li>
  39. </ul>
  40. <p class="caption"><span class="caption-text">Technical Documentation</span></p>
  41. <ul>
  42. <li class="toctree-l1"><a class="reference internal" href="super_gradients.common.html">Common package</a></li>
  43. <li class="toctree-l1"><a class="reference internal" href="super_gradients.training.html">Training package</a></li>
  44. </ul>
  45. <p class="caption"><span class="caption-text">User Guide</span></p>
  46. <ul>
  47. <li class="toctree-l1"><a class="reference internal" href="user_guide.html">What is SuperGradients?</a></li>
  48. <li class="toctree-l1"><a class="reference internal" href="user_guide.html#introducing-the-supergradients-library">Introducing the SuperGradients library</a></li>
  49. <li class="toctree-l1"><a class="reference internal" href="user_guide.html#installation">Installation</a></li>
  50. <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>
  51. <li class="toctree-l1"><a class="reference internal" href="user_guide.html#training-parameters">Training Parameters</a></li>
  52. <li class="toctree-l1"><a class="reference internal" href="user_guide.html#logs-and-checkpoints">Logs and Checkpoints</a></li>
  53. <li class="toctree-l1"><a class="reference internal" href="user_guide.html#dataset-parameters">Dataset Parameters</a></li>
  54. <li class="toctree-l1"><a class="reference internal" href="user_guide.html#network-architectures">Network Architectures</a></li>
  55. <li class="toctree-l1"><a class="reference internal" href="user_guide.html#pretrained-models">Pretrained Models</a></li>
  56. <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>
  57. <li class="toctree-l1"><a class="reference internal" href="user_guide.html#supergradients-faq">SuperGradients FAQ</a></li>
  58. </ul>
  59. </div>
  60. </div>
  61. </nav>
  62. <section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"><nav class="wy-nav-top" aria-label="Mobile navigation menu" >
  63. <i data-toggle="wy-nav-top" class="fa fa-bars"></i>
  64. <a href="index.html">SuperGradients</a>
  65. </nav>
  66. <div class="wy-nav-content">
  67. <div class="rst-content">
  68. <div role="navigation" aria-label="Page navigation">
  69. <ul class="wy-breadcrumbs">
  70. <li><a href="index.html" class="icon icon-home"></a> &raquo;</li>
  71. <li>&lt;no title&gt;</li>
  72. <li class="wy-breadcrumbs-aside">
  73. <a href="_sources/LICENSE.md.txt" rel="nofollow"> View page source</a>
  74. </li>
  75. </ul>
  76. <hr/>
  77. </div>
  78. <div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
  79. <div itemprop="articleBody">
  80. <div class="highlight-none notranslate"><div class="highlight"><pre><span></span> Apache License
  81. Version 2.0, January 2004
  82. http://www.apache.org/licenses/
  83. </pre></div>
  84. </div>
  85. <p>TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION</p>
  86. <ol class="arabic">
  87. <li><p>Definitions.</p>
  88. <p>“License” shall mean the terms and conditions for use, reproduction,
  89. and distribution as defined by Sections 1 through 9 of this document.</p>
  90. <p>“Licensor” shall mean the copyright owner or entity authorized by
  91. the copyright owner that is granting the License.</p>
  92. <p>“Legal Entity” shall mean the union of the acting entity and all
  93. other entities that control, are controlled by, or are under common
  94. control with that entity. For the purposes of this definition,
  95. “control” means (i) the power, direct or indirect, to cause the
  96. direction or management of such entity, whether by contract or
  97. otherwise, or (ii) ownership of fifty percent (50%) or more of the
  98. outstanding shares, or (iii) beneficial ownership of such entity.</p>
  99. <p>“You” (or “Your”) shall mean an individual or Legal Entity
  100. exercising permissions granted by this License.</p>
  101. <p>“Source” form shall mean the preferred form for making modifications,
  102. including but not limited to software source code, documentation
  103. source, and configuration files.</p>
  104. <p>“Object” form shall mean any form resulting from mechanical
  105. transformation or translation of a Source form, including but
  106. not limited to compiled object code, generated documentation,
  107. and conversions to other media types.</p>
  108. <p>“Work” shall mean the work of authorship, whether in Source or
  109. Object form, made available under the License, as indicated by a
  110. copyright notice that is included in or attached to the work
  111. (an example is provided in the Appendix below).</p>
  112. <p>“Derivative Works” shall mean any work, whether in Source or Object
  113. form, that is based on (or derived from) the Work and for which the
  114. editorial revisions, annotations, elaborations, or other modifications
  115. represent, as a whole, an original work of authorship. For the purposes
  116. of this License, Derivative Works shall not include works that remain
  117. separable from, or merely link (or bind by name) to the interfaces of,
  118. the Work and Derivative Works thereof.</p>
  119. <p>“Contribution” shall mean any work of authorship, including
  120. the original version of the Work and any modifications or additions
  121. to that Work or Derivative Works thereof, that is intentionally
  122. submitted to Licensor for inclusion in the Work by the copyright owner
  123. or by an individual or Legal Entity authorized to submit on behalf of
  124. the copyright owner. For the purposes of this definition, “submitted”
  125. means any form of electronic, verbal, or written communication sent
  126. to the Licensor or its representatives, including but not limited to
  127. communication on electronic mailing lists, source code control systems,
  128. and issue tracking systems that are managed by, or on behalf of, the
  129. Licensor for the purpose of discussing and improving the Work, but
  130. excluding communication that is conspicuously marked or otherwise
  131. designated in writing by the copyright owner as “Not a Contribution.”</p>
  132. <p>“Contributor” shall mean Licensor and any individual or Legal Entity
  133. on behalf of whom a Contribution has been received by Licensor and
  134. subsequently incorporated within the Work.</p>
  135. </li>
  136. <li><p>Grant of Copyright License. Subject to the terms and conditions of
  137. this License, each Contributor hereby grants to You a perpetual,
  138. worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  139. copyright license to reproduce, prepare Derivative Works of,
  140. publicly display, publicly perform, sublicense, and distribute the
  141. Work and such Derivative Works in Source or Object form.</p></li>
  142. <li><p>Grant of Patent License. Subject to the terms and conditions of
  143. this License, each Contributor hereby grants to You a perpetual,
  144. worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  145. (except as stated in this section) patent license to make, have made,
  146. use, offer to sell, sell, import, and otherwise transfer the Work,
  147. where such license applies only to those patent claims licensable
  148. by such Contributor that are necessarily infringed by their
  149. Contribution(s) alone or by combination of their Contribution(s)
  150. with the Work to which such Contribution(s) was submitted. If You
  151. institute patent litigation against any entity (including a
  152. cross-claim or counterclaim in a lawsuit) alleging that the Work
  153. or a Contribution incorporated within the Work constitutes direct
  154. or contributory patent infringement, then any patent licenses
  155. granted to You under this License for that Work shall terminate
  156. as of the date such litigation is filed.</p></li>
  157. <li><p>Redistribution. You may reproduce and distribute copies of the
  158. Work or Derivative Works thereof in any medium, with or without
  159. modifications, and in Source or Object form, provided that You
  160. meet the following conditions:</p>
  161. <p>(a) You must give any other recipients of the Work or
  162. Derivative Works a copy of this License; and</p>
  163. <p>(b) You must cause any modified files to carry prominent notices
  164. stating that You changed the files; and</p>
  165. <p>(c) You must retain, in the Source form of any Derivative Works
  166. that You distribute, all copyright, patent, trademark, and
  167. attribution notices from the Source form of the Work,
  168. excluding those notices that do not pertain to any part of
  169. the Derivative Works; and</p>
  170. <p>(d) If the Work includes a “NOTICE” text file as part of its
  171. distribution, then any Derivative Works that You distribute must
  172. include a readable copy of the attribution notices contained
  173. within such NOTICE file, excluding those notices that do not
  174. pertain to any part of the Derivative Works, in at least one
  175. of the following places: within a NOTICE text file distributed
  176. as part of the Derivative Works; within the Source form or
  177. documentation, if provided along with the Derivative Works; or,
  178. within a display generated by the Derivative Works, if and
  179. wherever such third-party notices normally appear. The contents
  180. of the NOTICE file are for informational purposes only and
  181. do not modify the License. You may add Your own attribution
  182. notices within Derivative Works that You distribute, alongside
  183. or as an addendum to the NOTICE text from the Work, provided
  184. that such additional attribution notices cannot be construed
  185. as modifying the License.</p>
  186. <p>You may add Your own copyright statement to Your modifications and
  187. may provide additional or different license terms and conditions
  188. for use, reproduction, or distribution of Your modifications, or
  189. for any such Derivative Works as a whole, provided Your use,
  190. reproduction, and distribution of the Work otherwise complies with
  191. the conditions stated in this License.</p>
  192. </li>
  193. <li><p>Submission of Contributions. Unless You explicitly state otherwise,
  194. any Contribution intentionally submitted for inclusion in the Work
  195. by You to the Licensor shall be under the terms and conditions of
  196. this License, without any additional terms or conditions.
  197. Notwithstanding the above, nothing herein shall supersede or modify
  198. the terms of any separate license agreement you may have executed
  199. with Licensor regarding such Contributions.</p></li>
  200. <li><p>Trademarks. This License does not grant permission to use the trade
  201. names, trademarks, service marks, or product names of the Licensor,
  202. except as required for reasonable and customary use in describing the
  203. origin of the Work and reproducing the content of the NOTICE file.</p></li>
  204. <li><p>Disclaimer of Warranty. Unless required by applicable law or
  205. agreed to in writing, Licensor provides the Work (and each
  206. Contributor provides its Contributions) on an “AS IS” BASIS,
  207. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
  208. implied, including, without limitation, any warranties or conditions
  209. of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
  210. PARTICULAR PURPOSE. You are solely responsible for determining the
  211. appropriateness of using or redistributing the Work and assume any
  212. risks associated with Your exercise of permissions under this License.</p></li>
  213. <li><p>Limitation of Liability. In no event and under no legal theory,
  214. whether in tort (including negligence), contract, or otherwise,
  215. unless required by applicable law (such as deliberate and grossly
  216. negligent acts) or agreed to in writing, shall any Contributor be
  217. liable to You for damages, including any direct, indirect, special,
  218. incidental, or consequential damages of any character arising as a
  219. result of this License or out of the use or inability to use the
  220. Work (including but not limited to damages for loss of goodwill,
  221. work stoppage, computer failure or malfunction, or any and all
  222. other commercial damages or losses), even if such Contributor
  223. has been advised of the possibility of such damages.</p></li>
  224. <li><p>Accepting Warranty or Additional Liability. While redistributing
  225. the Work or Derivative Works thereof, You may choose to offer,
  226. and charge a fee for, acceptance of support, warranty, indemnity,
  227. or other liability obligations and/or rights consistent with this
  228. License. However, in accepting such obligations, You may act only
  229. on Your own behalf and on Your sole responsibility, not on behalf
  230. of any other Contributor, and only if You agree to indemnify,
  231. defend, and hold each Contributor harmless for any liability
  232. incurred by, or claims asserted against, such Contributor by reason
  233. of your accepting any such warranty or additional liability.</p></li>
  234. </ol>
  235. <p>END OF TERMS AND CONDITIONS</p>
  236. <p>APPENDIX: How to apply the Apache License to your work.</p>
  237. <div class="highlight-none notranslate"><div class="highlight"><pre><span></span> To apply the Apache License to your work, attach the following
  238. boilerplate notice, with the fields enclosed by brackets &quot;[]&quot;
  239. replaced with your own identifying information. (Don&#39;t include
  240. the brackets!) The text should be enclosed in the appropriate
  241. comment syntax for the file format. We also recommend that a
  242. file or class name and description of purpose be included on the
  243. same &quot;printed page&quot; as the copyright notice for easier
  244. identification within third-party archives.
  245. </pre></div>
  246. </div>
  247. <p>Copyright [2022] [Deci-AI]</p>
  248. <p>Licensed under the Apache License, Version 2.0 (the “License”);
  249. you may not use this file except in compliance with the License.
  250. You may obtain a copy of the License at</p>
  251. <div class="highlight-none notranslate"><div class="highlight"><pre><span></span> http://www.apache.org/licenses/LICENSE-2.0
  252. </pre></div>
  253. </div>
  254. <p>Unless required by applicable law or agreed to in writing, software
  255. distributed under the License is distributed on an “AS IS” BASIS,
  256. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  257. See the License for the specific language governing permissions and
  258. limitations under the License.</p>
  259. </div>
  260. </div>
  261. <footer>
  262. <hr/>
  263. <div role="contentinfo">
  264. <p>&#169; Copyright 2021, SuperGradients team.</p>
  265. </div>
  266. Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
  267. <a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
  268. provided by <a href="https://readthedocs.org">Read the Docs</a>.
  269. </footer>
  270. </div>
  271. </div>
  272. </section>
  273. </div>
  274. <script>
  275. jQuery(function () {
  276. SphinxRtdTheme.Navigation.enable(true);
  277. });
  278. </script>
  279. </body>
  280. </html>
Tip!

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

Comments

Loading...