forked from onnx/onnx.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
228 lines (200 loc) · 12.6 KB
/
index.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
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
<!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 | Home</title>
<link rel="icon" href="./images/onnx-fevicon.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>
<body>
<a class="skip-main" id="topContent" 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 home-page-wrapper" role="main" id="skipMain" tabindex="-1">
<div class="top-banner-bg">
<div class="content-wrapper">
<div class="bg-overlay">
<div class="container px-lg-5 py-5 px-3 px-md-0 mx-auto mb-5 text-center text-white">
<h1 class="px-lg-5 px-3 mt-1 mt-md-4 mt-lg-5 mb-2 home-heading">Open Neural Network Exchange</h1>
<p class="mb-4 subheading-4 px-2 px-md-5 px-lg-0 mx-2 mx-md-5 mx-lg-0">The open standard for machine learning interoperability</p>
<a id="getStarted" href="./get-started.html" class="btn btn-lg btn-primary text-uppercase px-3 py-3 btn-blue btn-getStarted">Get
Started</a>
</div>
<div class="shadow-box mx-auto">
<p class="mb-0 subheading-6 shadow shadow-lg bg-white px-4 px-md-5 py-4 mx-3 mx-md-5">
<span class="bold-text">ONNX is an open format built to represent machine learning
models.</span> ONNX defines a common set of operators - the building blocks of machine learning and deep learning models - and a common file format to enable AI developers to use models with a variety of frameworks, tools, runtimes, and compilers.
<a href="./about.html" class="link font-weight-bold d-inline-block" aria-label="Learn more about ONNX"><span class="link-content">LEARN
MORE</span><span class="link-arrow fa fa-angle-right"></span></a>
</p>
</div>
</div>
</div>
</div>
<div class="page-content">
<div class="bg-lightblue key-benefits-wrapper">
<div class="outer-container mx-auto pt-md-5 pt-3">
<section class="py-md-5 pb-4 pt-4">
<div class="container-fluid">
<h2 class="subheading-1 text-center my-4 pb-2">KEY BENEFITS</h2>
<div class="row equalHeight-1">
<div class="col-12 col-md-6 mb-4 mb-md-0 pl-90">
<div class="icon-container icon-wrapper">
<img src="images/icon/icon-2.svg" alt="">
</div>
<h2 class="blue-text subheading-4">Interoperability</h2>
<div class="onnx-model-content">
<p>Develop in your preferred framework without worrying about downstream inferencing implications. ONNX enables you to use your preferred framework with your chosen inference engine.</p>
<a href="./supported-tools.html#buildModel" aria-label="Supported frameworks by ONNX" class="link bold-text"><span
class="link-content">SUPPORTED
FRAMEWORKS</span><span class="link-arrow fa fa-angle-right"></span></a>
</div>
</div>
<div class="col-12 col-md-6 pl-90">
<div class="icon-container icon-wrapper">
<img src="images/icon/icon-1.svg" alt="">
</div>
<h2 class="blue-text subheading-4">Hardware Access</h2>
<div class="onnx-model-content">
<p>ONNX makes it easier to access hardware optimizations. Use ONNX-compatible runtimes and libraries designed to maximize performance across hardware.
</p>
<a href="./supported-tools.html#deployModel" aria-label="Supported accelerators of ONNX" class="link bold-text"><span
class="link-content">SUPPORTED
ACCELERATORS</span><span
class="link-arrow fa fa-angle-right"></span></a>
</div>
</div>
</div>
</div>
</section>
</div>
</div>
<div class="outer-container mx-auto">
<section class="py-md-5 pb-4 pt-4">
<div class="container-fluid">
<h2 class="subheading-1 text-center mb-2 mb-lg-4 pb-2">COMMUNITY</h2>
<div class="row">
<div class="col-12 col-lg-3 pr-lg-4">
<p class="community-intro mb-0"><span class="blue-text bold-text mb-0">ONNX is a
community
project.</span> </p>
<p class="community-intro mb-lg-0 mb-4">Our active community thrives under our open governance structure, which provides transparency and inclusion. We encourage you to engage and contribute.
</p>
</div>
<div class="col-12 col-lg-9">
<div class="row">
<div class="col-6 col-md-3 mb-4 mb-md-0">
<a href="https://gitter.im/onnx/Lobby" target="_blank" class="card-1 community-card subheading-5 text-center px-3 py-3 text-white bold-text">
Chat with us on Gitter
</a>
</div>
<div class="col-6 col-md-3">
<a href="https://github.com/onnx/onnx/blob/master/community/sigs.md#sigs---special-interest-groups" target="_blank" class="card-2 community-card subheading-5 text-center px-3 py-3 text-white bold-text">
Join a Special Interest Group (SIG)
</a>
</div>
<div class="col-6 col-md-3">
<a href="https://github.com/onnx/onnx/blob/master/community/working-groups.md#working-groups" target="_blank" class="card-3 community-card subheading-5 text-center px-3 py-3 text-white bold-text">
Join a Working Group
</a>
</div>
<div class="col-6 col-md-3">
<a href="https://github.com/onnx/onnx/blob/master/docs/CONTRIBUTING.md#development" target="_blank" class="card-4 community-card subheading-5 text-center px-3 py-3 text-white bold-text">
Check out our contribution guide
</a>
</div>
</div>
</div>
</div>
</div>
</section>
<hr class="border-top my-0 mx-15"/>
<section class="py-md-5 pt-4 pb-4 bg-lightgray">
<div class="container-fluid blue-title-columns px-4">
<!-- Partial partners.html Start-->
<div w3-include-html="partials/partners.html"></div>
<!-- Partial partners.html End-->
</div>
</section>
<hr class="border-top my-0 mx-15"/>
<section class="py-md-5 pb-4 pt-4">
<div class="container-fluid">
<h2 class="subheading-1 text-center mb-4 pb-2">WE ARE AN LFAI GRADUATE PROJECT</h2>
<div class="row">
<div class="col-12 col-md-12 text-center">
<a href="https://lfai.foundation/" target="_blank">
<img src="./images/LFAI_logo.png" class="LFAI-logo" alt="LFAI GRADUATE PROJECT">
</a>
</div>
</div>
</div>
</section>
</div>
<div class="bg-lightblue">
<div class="outer-container mx-auto">
<section class="py-md-5 pb-4 pt-4">
<div class="container-fluid">
<h2 class="subheading-1 text-center mb-4 pb-2">NEWS AND ANNOUNCEMENTS</h2>
<div class="row equalHeight-2" id="homeNewsWrapper">
</div>
</div>
</section>
</div>
</div>
</div>
</div>
<!-- Partial footer.html Start-->
<div w3-include-html="partials/footer.html"></div>
<!-- Partial footer.html End-->
<a id="back-to-top" href="JavaScript:void(0);" class="btn btn-lg back-to-top" role="button" aria-label="Back to top"><span class="fa fa-angle-up"></span></a>
<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>
<script>
$(document).ready(function() {
$.get("js/news.json", function(data, status) {
var newsData = '';
$.each(data["newsContent"], function(index, value) {
if(index<3){
newsData += '<div class="col-12 col-md-4 mb-4 mb-md-0">';
newsData += '<div class="col-news py-4 px-4 py-lg-5 px-lg-5">';
newsData += '<h3 class="subheading-3">' + value.newsTitle + '</h3>';
var len = value.newsDescription.length;
var str = value.newsDescription.substr(0,110);
var lastIndexOf = str.lastIndexOf(" ");
if(len>110) {
newsData += '<p class="text-break">' + str.substr(0, lastIndexOf) + '…' + '</p>';
}else{
newsData += '<p class="text-break">' + value.newsDescription + '</p>';
}
newsData += '<a aria-label="Learn more about ' + value.newsShortTitle +'" class="link" href="./news.html#' + value.newsId + '"><span class="link-content">LEARN MORE</span><span class="link-arrow fa fa-angle-right"></span></a>';
newsData += '</div>';
newsData += '</div>';
}
});
$('#homeNewsWrapper').append(newsData);
});
});
$(function(){
$(".news-text").each(function () {
var len=$(this).text().length;
var str= $(this).text().substr(0,80);
var lastIndexOf = str.lastIndexOf(" ");
if(len>80) {
$(this).text(str.substr(0, lastIndexOf) + '…');
}
});
});
</script>
</body>
</html>