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

#609 Ci fix

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

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