Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added (hidden) converter team page. #16507

Merged
merged 8 commits into from
Jul 3, 2023
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
118 changes: 118 additions & 0 deletions onnx/converterteam.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,118 @@
<!DOCTYPE html>
<html lang="en">

<head>
<script type="text/javascript" src="https://js.monitor.azure.com/scripts/c/ms.analytics-web-3.min.js">
</script>

<script type="text/javascript">
const analytics = new oneDS.ApplicationInsights();
var config = {
instrumentationKey: "360b0e675e0044398fd28c8bdf711b8e-1fe5434d-ee99-4837-99cc-a3a16462d82d-7262",
channelConfiguration: { // Post channel configuration
eventsLimitInMem: 50
},
propertyConfiguration: { // Properties Plugin configuration
env: "PPE" // Environment can be set to PPE or PROD as needed.
},
webAnalyticsConfiguration: { // Web Analytics Plugin configuration
//urlCollectQuery:true,
autoCapture: {
scroll: true,
pageView: true,
onLoad: true,
onUnload: true,
click: true,
resize: true,
jsError: true
}
}
};
//Initialize SDK
analytics.initialize(config, []);
</script>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="https://onnx.ai/images/onnx-favicon.png" type="image/gif" sizes="16x16">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css"
integrity="sha384-b6lVK+yci+bfDmaY1u0zE8YYJt0TZxLEAFyYSLHId4xoVvsrQu3INevFKo+Xir8e" crossorigin="anonymous">
<title>ONNX Converters Team</title>
</head>

<body>
<section class="hero bg-white">
<div class="px-4 py-5 text-center">
<img class="d-block mx-auto mb-4"
src="https://upload.wikimedia.org/wikipedia/commons/c/c0/ONNX_logo_main.png" alt="ONNX Logo" width="232"
height="59.5">
<h1 class="display-5 fw-bold text-body-emphasis">ONNX Converters Team</h1>
<div class="col-lg-6 mx-auto">
<p class="lead mb-4">Welcome to the landing page for the ONNX Converters Team at Microsoft. <br/> We hope your stay is
short and that you quickly get what you need!</p>
</div>
</div>
</section>
<section class="bg-dark text-light">
<div class="px-4 py-5 text-center">
<h1 class="display-5 fw-bold text-body-emphasis">Issue Submission</h1>
<div class="container">
<p class="lead">
Have an issue converting a PyTorch or TensorFlow model to ONNX model? <br />Submit an issue to get help ASAP.
</p>
<hr class="my-5">
<div class="row">
<div class="col-4 px-4">
<h3>Upstream Issue<br/><em class="text-secondary fs-5">General Public</em></h3>
<p>Have an issue that can be publicly disclosed on GitHub? File the issue upstream:</p>
<div class="d-grid gap-2">
<a href="https://aka.ms/pytorch/new-onnx-issue" type="button" class="btn rounded-0 btn-primary btn-lg px-4 gap-3">
<i class="bi bi-github"></i> PyTorch Issue
</a>
<em>OR</em>
<a href="https://aka.ms/tensorflow/new-onnx-issue" type="button" class="btn rounded-0 btn-primary btn-lg px-4 gap-3 ">
<i class="bi bi-github"></i> TensorFlow Issue
</a>
</div>
</div>
<div class="col-4 px-4">
<h3>Private Issue<br/><em class="text-secondary fs-5">Microsoft Internal</em></h3>
<p>If the issue contains information that cannot be disclosed publicly, <em><strong>and</strong></em> you're internal to Microsoft, file an issue internally:</p>
<div class="d-grid gap-2">
<a href="https://repos.opensource.microsoft.com/link" type="button" class="btn rounded-0 btn-primary btn-lg px-4 gap-3">
<i class="bi bi-1-circle-fill"></i> Link GitHub Account
</a>
<em>AND</em>
<a href="https://github.com/microsoft/onnx-converters-private/issues/new/choose" type="button" class="btn rounded-0 btn-primary btn-lg px-4 gap-3">
<i class="bi bi-2-circle-fill"></i> File Internally
</a>
</div>
</div>
<div class="col-4 px-4">
<h3>Private Issue<br/><em class="text-secondary fs-5">External Partner</em></h3>
<p>If you're external to Microsoft and the issue contains information that cannot be disclosed publicly, use the following link to template an email, and send it to the below DRI:</p>
<div class="d-grid gap-2">
<a href="https://gist.github.com/MaanavD/6bd2a4f89518d53723d304084f118f07" type="button" class="btn rounded-0 btn-primary btn-lg px-4 gap-3">
<i class="bi bi-1-circle-fill"></i> Fill Out Template
</a>
<em>AND</em>
<a href="mailto:[email protected]" type="button" class="btn rounded-0 btn-primary btn-lg px-4 gap-3">
<i class="bi bi-2-circle-fill"></i> Email it to the DRI
</a>
</div>
</div>
</div>
</div>
</div>
</section>
<footer class="py-5 text-center text-secondary">
© Microsoft. All rights reserved.
</footer>
</body>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4"
crossorigin="anonymous"></script>

</html>