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

search.html 5.6 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
  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>Search &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. <script src="_static/searchtools.js"></script>
  19. <script src="_static/language_data.js"></script>
  20. <link rel="index" title="Index" href="genindex.html" />
  21. <link rel="search" title="Search" href="#" />
  22. </head>
  23. <body class="wy-body-for-nav">
  24. <div class="wy-grid-for-nav">
  25. <nav data-toggle="wy-nav-shift" class="wy-nav-side">
  26. <div class="wy-side-scroll">
  27. <div class="wy-side-nav-search" >
  28. <a href="index.html" class="icon icon-home"> SuperGradients
  29. </a>
  30. <div role="search">
  31. <form id="rtd-search-form" class="wy-form" action="#" method="get">
  32. <input type="text" name="q" placeholder="Search docs" />
  33. <input type="hidden" name="check_keywords" value="yes" />
  34. <input type="hidden" name="area" value="default" />
  35. </form>
  36. </div>
  37. </div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
  38. <p class="caption"><span class="caption-text">Welcome To SuperGradients</span></p>
  39. <ul>
  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="index.html">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="index.html" class="icon icon-home"></a> &raquo;</li>
  74. <li>Search</li>
  75. <li class="wy-breadcrumbs-aside">
  76. </li>
  77. </ul>
  78. <hr/>
  79. </div>
  80. <div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
  81. <div itemprop="articleBody">
  82. <noscript>
  83. <div id="fallback" class="admonition warning">
  84. <p class="last">
  85. Please activate JavaScript to enable the search functionality.
  86. </p>
  87. </div>
  88. </noscript>
  89. <div id="search-results">
  90. </div>
  91. </div>
  92. </div>
  93. <footer>
  94. <hr/>
  95. <div role="contentinfo">
  96. <p>&#169; Copyright 2021, SuperGradients team.</p>
  97. </div>
  98. Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
  99. <a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
  100. provided by <a href="https://readthedocs.org">Read the Docs</a>.
  101. </footer>
  102. </div>
  103. </div>
  104. </section>
  105. </div>
  106. <script>
  107. jQuery(function () {
  108. SphinxRtdTheme.Navigation.enable(true);
  109. });
  110. </script>
  111. <script>
  112. jQuery(function() { Search.loadIndex("searchindex.js"); });
  113. </script>
  114. <script id="searchindexloader"></script>
  115. </body>
  116. </html>
Tip!

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

Comments

Loading...