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

intro.html 4.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
  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>Introduction &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. <link rel="next" title="super_gradients.training package" href="super_gradients.training.html" />
  20. <link rel="prev" title="Welcome to SuperGradients’s documentation!" href="index.html" />
  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="search.html" 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 class="current">
  39. <li class="toctree-l1 current"><a class="current reference internal" href="#">Introduction</a></li>
  40. <li class="toctree-l1"><a class="reference internal" href="#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>Introduction</li>
  56. <li class="wy-breadcrumbs-aside">
  57. <a href="_sources/intro.rst.txt" rel="nofollow"> View page source</a>
  58. </li>
  59. </ul>
  60. <hr/>
  61. </div>
  62. <div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
  63. <div itemprop="articleBody">
  64. <section id="introduction">
  65. <h1>Introduction<a class="headerlink" href="#introduction" title="Permalink to this headline"></a></h1>
  66. <p>This package is a utility python package that helps individuals to train their models.</p>
  67. </section>
  68. <section id="installation">
  69. <h1>Installation<a class="headerlink" href="#installation" title="Permalink to this headline"></a></h1>
  70. <p><cite>pip install super_gradients</cite></p>
  71. </section>
  72. </div>
  73. </div>
  74. <footer><div class="rst-footer-buttons" role="navigation" aria-label="Footer">
  75. <a href="index.html" class="btn btn-neutral float-left" title="Welcome to SuperGradients’s documentation!" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a>
  76. <a href="super_gradients.training.html" class="btn btn-neutral float-right" title="super_gradients.training package" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a>
  77. </div>
  78. <hr/>
  79. <div role="contentinfo">
  80. <p>&#169; Copyright 2021, SuperGradients team.</p>
  81. </div>
  82. Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
  83. <a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
  84. provided by <a href="https://readthedocs.org">Read the Docs</a>.
  85. </footer>
  86. </div>
  87. </div>
  88. </section>
  89. </div>
  90. <script>
  91. jQuery(function () {
  92. SphinxRtdTheme.Navigation.enable(true);
  93. });
  94. </script>
  95. </body>
  96. </html>
Tip!

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

Comments

Loading...