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 3.8 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
  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. <!--[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. <script src="_static/searchtools.js"></script>
  18. <script src="_static/language_data.js"></script>
  19. <link rel="index" title="Index" href="genindex.html" />
  20. <link rel="search" title="Search" href="#" />
  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="index.html" class="icon icon-home"> SuperGradients
  28. </a>
  29. <div role="search">
  30. <form id="rtd-search-form" class="wy-form" action="#" 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">Contents:</span></p>
  38. <ul>
  39. <li class="toctree-l1"><a class="reference internal" href="intro.html">Introduction</a></li>
  40. <li class="toctree-l1"><a class="reference internal" href="intro.html#installation">Installation</a></li>
  41. <li class="toctree-l1"><a class="reference internal" href="super_gradients.training.html">super_gradients.training package</a></li>
  42. </ul>
  43. </div>
  44. </div>
  45. </nav>
  46. <section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"><nav class="wy-nav-top" aria-label="Mobile navigation menu" >
  47. <i data-toggle="wy-nav-top" class="fa fa-bars"></i>
  48. <a href="index.html">SuperGradients</a>
  49. </nav>
  50. <div class="wy-nav-content">
  51. <div class="rst-content">
  52. <div role="navigation" aria-label="Page navigation">
  53. <ul class="wy-breadcrumbs">
  54. <li><a href="index.html" class="icon icon-home"></a> &raquo;</li>
  55. <li>Search</li>
  56. <li class="wy-breadcrumbs-aside">
  57. </li>
  58. </ul>
  59. <hr/>
  60. </div>
  61. <div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
  62. <div itemprop="articleBody">
  63. <noscript>
  64. <div id="fallback" class="admonition warning">
  65. <p class="last">
  66. Please activate JavaScript to enable the search functionality.
  67. </p>
  68. </div>
  69. </noscript>
  70. <div id="search-results">
  71. </div>
  72. </div>
  73. </div>
  74. <footer>
  75. <hr/>
  76. <div role="contentinfo">
  77. <p>&#169; Copyright 2021, SuperGradients team.</p>
  78. </div>
  79. Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
  80. <a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
  81. provided by <a href="https://readthedocs.org">Read the Docs</a>.
  82. </footer>
  83. </div>
  84. </div>
  85. </section>
  86. </div>
  87. <script>
  88. jQuery(function () {
  89. SphinxRtdTheme.Navigation.enable(true);
  90. });
  91. </script>
  92. <script>
  93. jQuery(function() { Search.loadIndex("searchindex.js"); });
  94. </script>
  95. <script id="searchindexloader"></script>
  96. </body>
  97. </html>
Tip!

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

Comments

Loading...