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

modules.html 5.4 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
  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>super_gradients &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. <!--[if lt IE 9]>
  10. <script src="_static/js/html5shiv.min.js"></script>
  11. <![endif]-->
  12. <script data-url_root="./" id="documentation_options" src="_static/documentation_options.js"></script>
  13. <script src="_static/jquery.js"></script>
  14. <script src="_static/underscore.js"></script>
  15. <script src="_static/doctools.js"></script>
  16. <script src="_static/js/theme.js"></script>
  17. <link rel="index" title="Index" href="genindex.html" />
  18. <link rel="search" title="Search" href="search.html" />
  19. </head>
  20. <body class="wy-body-for-nav">
  21. <div class="wy-grid-for-nav">
  22. <nav data-toggle="wy-nav-shift" class="wy-nav-side">
  23. <div class="wy-side-scroll">
  24. <div class="wy-side-nav-search" >
  25. <a href="index.html" class="icon icon-home"> SuperGradients
  26. </a>
  27. <div role="search">
  28. <form id="rtd-search-form" class="wy-form" action="search.html" method="get">
  29. <input type="text" name="q" placeholder="Search docs" />
  30. <input type="hidden" name="check_keywords" value="yes" />
  31. <input type="hidden" name="area" value="default" />
  32. </form>
  33. </div>
  34. </div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
  35. <p class="caption"><span class="caption-text">Contents:</span></p>
  36. <ul>
  37. <li class="toctree-l1"><a class="reference internal" href="intro.html">Introduction</a></li>
  38. <li class="toctree-l1"><a class="reference internal" href="intro.html#installation">Installation</a></li>
  39. <li class="toctree-l1"><a class="reference internal" href="super_gradients.training.html">super_gradients.training package</a></li>
  40. </ul>
  41. </div>
  42. </div>
  43. </nav>
  44. <section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"><nav class="wy-nav-top" aria-label="Mobile navigation menu" >
  45. <i data-toggle="wy-nav-top" class="fa fa-bars"></i>
  46. <a href="index.html">SuperGradients</a>
  47. </nav>
  48. <div class="wy-nav-content">
  49. <div class="rst-content">
  50. <div role="navigation" aria-label="Page navigation">
  51. <ul class="wy-breadcrumbs">
  52. <li><a href="index.html" class="icon icon-home"></a> &raquo;</li>
  53. <li>super_gradients</li>
  54. <li class="wy-breadcrumbs-aside">
  55. <a href="_sources/modules.rst.txt" rel="nofollow"> View page source</a>
  56. </li>
  57. </ul>
  58. <hr/>
  59. </div>
  60. <div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
  61. <div itemprop="articleBody">
  62. <section id="super-gradients">
  63. <h1>super_gradients<a class="headerlink" href="#super-gradients" title="Permalink to this headline"></a></h1>
  64. <div class="toctree-wrapper compound">
  65. <ul>
  66. <li class="toctree-l1"><a class="reference internal" href="super_gradients.html">super_gradients package</a><ul>
  67. <li class="toctree-l2"><a class="reference internal" href="super_gradients.html#subpackages">Subpackages</a><ul>
  68. <li class="toctree-l3"><a class="reference internal" href="super_gradients.common.html">super_gradients.common package</a><ul>
  69. <li class="toctree-l4"><a class="reference internal" href="super_gradients.common.html#subpackages">Subpackages</a></li>
  70. <li class="toctree-l4"><a class="reference internal" href="super_gradients.common.html#module-super_gradients.common">Module contents</a></li>
  71. </ul>
  72. </li>
  73. <li class="toctree-l3"><a class="reference internal" href="super_gradients.training.html">super_gradients.training package</a><ul>
  74. <li class="toctree-l4"><a class="reference internal" href="super_gradients.training.html#subpackages">Subpackages</a></li>
  75. <li class="toctree-l4"><a class="reference internal" href="super_gradients.training.html#submodules">Submodules</a></li>
  76. <li class="toctree-l4"><a class="reference internal" href="super_gradients.training.html#module-super_gradients.training.params">super_gradients.training.params module</a></li>
  77. <li class="toctree-l4"><a class="reference internal" href="super_gradients.training.html#module-super_gradients.training.pretrained_models">super_gradients.training.pretrained_models module</a></li>
  78. <li class="toctree-l4"><a class="reference internal" href="super_gradients.training.html#module-super_gradients.training">Module contents</a></li>
  79. </ul>
  80. </li>
  81. </ul>
  82. </li>
  83. <li class="toctree-l2"><a class="reference internal" href="super_gradients.html#module-super_gradients">Module contents</a></li>
  84. </ul>
  85. </li>
  86. </ul>
  87. </div>
  88. </section>
  89. </div>
  90. </div>
  91. <footer>
  92. <hr/>
  93. <div role="contentinfo">
  94. <p>&#169; Copyright 2021, SuperGradients team.</p>
  95. </div>
  96. Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
  97. <a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
  98. provided by <a href="https://readthedocs.org">Read the Docs</a>.
  99. </footer>
  100. </div>
  101. </div>
  102. </section>
  103. </div>
  104. <script>
  105. jQuery(function () {
  106. SphinxRtdTheme.Navigation.enable(true);
  107. });
  108. </script>
  109. </body>
  110. </html>
Tip!

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

Comments

Loading...