-
Notifications
You must be signed in to change notification settings - Fork 90
/
get-started.html
198 lines (194 loc) · 12.1 KB
/
get-started.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>ONNX | Get Started</title>
<link rel="icon" href="./images/onnx-favicon.png" type="image/gif" sizes="16x16">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,700">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i&display=swap">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="css/custom.css">
<link rel="stylesheet" href="css/responsive.css">
</head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-BTR0V9ZHCR"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-BTR0V9ZHCR');
</script>
<body class="innerpage-main-wrapper">
<a class="skip-main" href="#skipMain">Skip to main content</a>
<!-- Partial header.html Start-->
<div w3-include-html="partials/navigation.html"></div>
<!-- Partial header.html End-->
<div class="main-wrapper">
<div class="top-banner-bg"></div>
<div id="skipMain" role="main" tabindex="-1">
<section class="blue-page-title-bar py-3 pb-3">
<div class="outer-container mx-auto">
<div class="container-fluid">
<div class="row">
<div class="col-12">
<h1 class="text-uppercase mb-0">Get Started</h1>
</div>
</div>
</div>
</div>
</section>
<div class="outer-container mx-auto page-get-started">
<section class="py-md-5 pt-4 pb-4">
<div class="container-fluid">
<div class="row build-model-wrapper">
<div class="col-12 col-sm-12 pl-90">
<div class="icon-container icon-wrapper">
<img src="images/icon/icon-build-model-1.svg" alt="">
</div>
<div class="row">
<div class="col-md-12 col-lg-8 col-xl-6">
<h2 class="subheading-2 blue-text">Build Model</h2>
<p class="subheading-6">
Build and train a machine learning model to meet your project goals using the tools that best meet your needs.
</p>
</div>
</div>
<div class="row equalHeight-1">
<div class="col-md-4 mb-4">
<div class="bg-lightblue py-4 px-4">
<h3 class="blue-text subheading-4">Machine learning frameworks</h3>
<p class="mb-2">
Develop from scratch using the framework of your choice.
</p>
</div>
</div>
<div class="col-md-4 mb-4">
<div class="bg-lightblue py-4 px-4">
<h3 class="blue-text subheading-4">Cloud services</h3>
<p class="mb-2">
Tools from our partners help you build your model and include both no code and code-first experiences.
</p>
</div>
</div>
<div class="col-md-4 mb-4">
<div class="bg-lightblue py-4 px-4">
<h3 class="blue-text subheading-4">Pre-trained models</h3>
<p class="mb-2">
The Model Zoo provides pre-trained models in ONNX format.
</p>
</div>
</div>
</div>
<div class="row">
<div class="col-md-12 text-center-lg">
<a href="./supported-tools.html#buildModel" aria-label="Supported tools by ONNX to build model" class="btn-blue btn btn-primary px-3 py-2 text-uppercase">Supported tools<span class="link-arrow fa fa-angle-right"></span></a>
</div>
</div>
</div>
</div>
</div>
</section>
<hr class="border-top my-0 mx-15" />
<section class="py-md-5 pt-4 pb-4">
<div class="container-fluid">
<div class="row">
<div class="col-12 col-sm-12 pl-90">
<div class="icon-container icon-wrapper">
<img src="images/icon/icon-export-ONNX-format.svg" alt="">
</div>
<div class="row">
<div class="col-md-12 col-lg-8 col-xl-6">
<h2 class="subheading-2 blue-text">Export to ONNX Format </h2>
<p class="mb-4 subheading-6">
The process to export your model to ONNX format depends on the framework or service used to train your model.
</p>
</div>
</div>
<div class="row equalHeight content-equalHeight">
<div class="col-md-4 mb-4 mb-md-0">
<div class="bg-lightblue py-4 px-4">
<h3 class="blue-text subheading-4">Models developed using machine learning
frameworks </h3>
<p class="mb-2">
Install the associated library, convert to ONNX format, and save your results. </p>
<a aria-label="Reference tutorials for models developed using machine learning" href="https://github.com/onnx/tutorials#converting-to-onnx-format" target="_blank" class="link">
<span class="link-content text-uppercase">Reference tutorials</span><span class="link-arrow fa fa-angle-right"></span>
</a>
</div>
</div>
<div class="col-md-4 mb-4 mb-md-0">
<div class="bg-lightblue py-4 px-4">
<h3 class="blue-text subheading-4">Models developed using cloud services </h3>
<p class="mb-2">
Save to the ONNX format.
</p>
<a aria-label="Reference tutorials for Models developed using cloud services" href="https://github.com/onnx/tutorials#services" target="_blank" class="link">
<span class="link-content text-uppercase">Reference tutorials</span><span class="link-arrow fa fa-angle-right"></span>
</a>
</div>
</div>
<div class="col-md-4">
<div class="bg-lightblue py-4 px-4">
<h3 class="blue-text subheading-4">Models from ONNX Model Zoo </h3>
<p class="mb-2">
No action required.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<hr class="border-top my-0 mx-15" />
<section class="py-md-5 pb-4 pb-4 pt-4">
<div class="container-fluid">
<div class="row">
<div class="col-12 col-lg-6 mb-4 mb-md-5 mb-lg-0">
<div class="row">
<div class="col-12 pl-90">
<div class="icon-container icon-wrapper">
<img src="images/icon/icon-inference-using-ONNX.svg" alt="">
</div>
<h2 class="subheading-2 blue-text">Inference using ONNX</h2>
<p class="mb-3"> Accelerate inferencing using a supported runtime.</p>
<a aria-label="Supported tools for inferencing using ONNX" href="./supported-tools.html#deployModel" class="btn-blue btn btn-primary px-3 py-2 text-uppercase">Supported
tools<span class="link-arrow fa fa-angle-right"></span></a>
</div>
</div>
</div>
<div class="col-12 col-lg-6">
<div class="row">
<div class="col-12 pl-90">
<div class="icon-container icon-wrapper">
<img src="images/icon/icon-export-to-another-framework.svg" alt="">
</div>
<h2 class="subheading-2 blue-text">Export to Another Framework</h2>
<p>Convert from ONNX format to desired framework.</p>
<a aria-label="Supported tools for converting ONNX format to desired framework" href="./supported-tools.html#buildModel" class="btn-blue btn btn-primary px-3 py-2 text-uppercase">Supported
tools<span class="link-arrow fa fa-angle-right"></span></a>
</div>
</div>
</div>
</div>
</div>
</section>
</div>
</div>
<!-- Partial footer.html Start-->
<div w3-include-html="partials/footer.html"></div>
<!-- Partial footer.html End-->
<a id="back-to-top" href="#" class="btn btn-lg back-to-top" role="button" aria-label="Back to top"><span class="fa fa-angle-up"></span></a>
</div>
<script src="https://www.w3schools.com/lib/w3.js"></script>
<script>
w3.includeHTML();
</script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"></script>
<script src="./js/custom.js"></script>
</body>
</html>