forked from pytorch/pytorch.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
announcement.html
119 lines (111 loc) · 4.89 KB
/
announcement.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
---
layout: default
title: PyTorch Foundation
body-class: announcement
background-class: announcement-background
permalink: /foundation
---
{% assign cards = site.board_info %}
<div class="container">
<div class="row hero-content">
<div class="col-md-10">
<h1>PyTorch<br /> Foundation</h1>
</div>
</div>
</div>
<div class="container-fluid light-background-section">
<div class="container">
<div class="row content">
<div class="col-md-10 body-side-text">
<p class="lead">The PyTorch Foundation is a neutral home for the deep learning community to
collaborate on the open source PyTorch framework and ecosystem. The PyTorch Foundation is supported by
leading contributors to the PyTorch open source project. The Foundation leverages resources provided by members
and contributors to enable community discussions and collaboration.
<br>
<br>
Community collaboration is critical for the framework’s evolution as well as the development of
associated projects that support using PyTorch in production and at scale. As part of The Linux Foundation, the PyTorch
community will also collaborate on training, local and regional events, open source developer tooling, academic research,
and guides to help new users and contributors have a productive experience.</p>
</div>
</div>
</div>
</div>
<div class="container-fluid light-background-section">
<div class="container">
<div class="row content">
<div class="col-md-10 body-side-text">
<h1>Principles</h1>
<span></span>
<p class="lead">The Foundation’s mission is to drive adoption of AI and deep learning tooling by fostering and sustaining
an ecosystem of open source, vendor-neutral projects with PyTorch. We democratize state-of-the-art tools, libraries and other
components to make these innovations accessible to everyone. Read more about the Role and Values of the PyTorch Foundation <a href="/assets/pytorch-foundation-principles.pdf" target="_blank">here</a>.</p>
</div>
</div>
</div>
</div>
<div class="main-content">
<div class="container">
<div class="row">
<div class="col-md-10">
<h1>Members & Governing Board</h1>
<div class="card-container">
{% for card in cards %}
{% assign card_title = card.title | split: ' ' %}
<div class="card {{ card.title }}">
<a href="{{ card.link }}" target="_blank">
<div class="card-body">
<img src="{{ card.image }}"/>
</div>
</a>
</div>
{% endfor %}
</div>
</div>
</div>
</div>
</div>
<div class="container-fluid light-background-section">
<div class="container">
<div class="row content">
<div class="col-md-10 body-side-text">
<h1>Governance</h1>
<span></span>
<p class="lead">The PyTorch Foundation’s governance structure establishes a Governing Board to oversee the Foundation’s activities
according to its Guiding Principles. The Foundation’s governance is defined in its <a href="/assets/brand-guidelines/PyTorch Foundation Charter.pdf">Charter</a>. The technical governance structure for the PyTorch open source project
is defined by the PyTorch maintainers and is available on <a href="https://pytorch.org/docs/master/community/governance.html">this page</a>.</p>
</div>
</div>
</div>
</div>
<div class="container-fluid light-background-section">
<div class="container">
<div class="row content">
<div class="col-md-10 body-side-text">
<h1>How to Contribute</h1>
<span></span>
<p class="lead">Join the <a href="https://pytorch.org/#community-module">PyTorch developer community</a> to contribute, learn, and get your questions answered.</p>
</div>
</div>
</div>
</div>
<div class="container-fluid contact-us-section">
<div class="container">
<div class="row">
<div class="col-md-10">
<h1>Get in Touch</h1>
<p class="lead">The success of PyTorch is only possible with the contributions and support of our developer community and member companies.
To learn more about how you can join your industry peers in supporting PyTorch,
or for any questions you may have, please fill out this form to be contacted by a PyTorch Foundation representative.</p>
<script charset="utf-8" type="text/javascript" src="//js.hsforms.net/forms/v2.js?pre=1"></script>
<script>
hbspt.forms.create({
region: "na1",
portalId: "8112310",
formId: "dd2c7e7e-bca1-4b41-b80e-9bfd5f3ca49a"
});
</script>
</div>
</div>
</div>
</div>