Skip to content

Commit 6b108e8

Browse files
committed
Merge remote-tracking branch 'origin/brucelin-edits'
2 parents cc54b15 + af9c590 commit 6b108e8

18 files changed

+60
-26
lines changed

_ecosystem/elf.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ title: ELF
44
summary: ELF is a platform for game research that allows developers to train and test their algorithms in various game environments.
55
external: true
66
link: https://github.com/pytorch/elf
7-
logo-class: elf
7+
logo-class: reasoning
88
order: 2
99
summary-home: ELF is a platform for game research that allows developers to train and test their algorithms in various game environments.
1010
featured-home: true
11-
---
1211

12+
---

_ecosystem/glow.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
---
22
layout: ecosystem_detail
33
title: Glow
4-
summary: Glow is a machine learning compiler that accelerates the performance of deep learning frameworks on different hardware platforms.
4+
summary: Glow is a ML compiler that accelerates the performance of deep learning frameworks on different hardware platforms.
55
external: true
66
link: https://github.com/pytorch/glow
77
order: 3
8-
summary-home: Glow is a machine learning compiler that accelerates the performance of deep learning frameworks on different hardware platforms.
8+
summary-home: Glow is a ML compiler that accelerates the performance of deep learning frameworks on different hardware platforms.
99
featured-home: true
10+
logo-class: tool
11+
1012
---

_ecosystem/gpytorch.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ layout: ecosystem_detail
33
title: GPyTorch
44
summary: GPyTorch is a Gaussian process library implemented using PyTorch, designed for creating scalable, flexible Gaussian process models.
55
external: true
6-
link: http://pyro.ai/
6+
link: https://cornellius-gp.github.io/
77
order: 4
8-
---
98

9+
---

_ecosystem/tensorly.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
---
22
layout: ecosystem_detail
33
title: TensorLy
4-
summary: TensorLy is a Python library that makes tensor learning simple and accessible.
4+
summary: TensorLy is a high level API for tensor methods and deep tensorized neural networks in Python that aims to make tensor learning simple.
55
external: true
66
link: http://tensorly.org/stable/home.html
77
order: 6
88
---
9-

_ecosystem/translate.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ summary: Translate is an open source project based on Facebook's machine transla
55
external: true
66
link: https://github.com/pytorch/translate
77
order: 6
8+
logo-class: language
9+
810
---
911

1012
## Get Started

_ecosystem/wsl-embeddings.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,6 @@ summary: WSL Embeddings allow developers to experiment with image recognition ca
55
external: true
66
link: https://facebook.ai/developers/tools/wslembeddings
77
order: 7
8+
logo-class: vision
9+
810
---

_features/cloud-partners.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ snippet: >
1414
a = a + 1
1515
print()
1616
```
17+
18+
summary-home: PyTorch is well supported on major cloud platforms, providing frictionless development and easy scaling.
19+
1720
---
1821

19-
Get up and running quickly with PyTorch through cloud platforms for training and inference.
22+
PyTorch is well supported on major cloud platforms, providing frictionless development and easy scaling through prebuilt images, large scale training on GPUs, ability to run models in a production scale environment, and more.

_features/distributed-training.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,10 @@ snippet: >
1414
a = a + 1
1515
print()
1616
```
17-
summary-home: Take advantage of native support for asynchronous execution of collective operations and peer-to-peer communication that is accessible from both Python and C++.
17+
18+
summary-home: Scalable distributed training and performance optimization in research and production is enabled by the torch.distributed backend.
1819
featured-home: true
20+
1921
---
2022

21-
Take advantage of native support for asynchronous execution of collective operations and peer-to-peer communication that is accessible from both Python and C++.
23+
Optimize performance in both research and production by taking advantage of native support for asynchronous execution of collective operations and peer-to-peer communication that is accessible from Python and C++.

_features/hybrid-front-end.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,10 @@ snippet: >
1414
a = a + 1
1515
print()
1616
```
17-
summary-home: A new hybrid front-end provides ease-of-use and flexibility in eager mode, while seamlessly transitioning to graph mode for speed, optimization, and functionality in C++ runtime environments.
17+
18+
summary-home: A new hybrid front-end seamlessly transitions between eager mode and graph mode to provide both flexibility and speed.
1819
featured-home: true
20+
1921
---
2022

2123
A new hybrid front-end provides ease-of-use and flexibility in eager mode, while seamlessly transitioning to graph mode for speed, optimization, and functionality in C++ runtime environments.

_features/python-first.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,10 @@ snippet: >
1414
a = a + 1
1515
print()
1616
```
17-
summary-home: Deep integration into Python allows popular libraries and packages to be used, while a new pure C++ interface (beta) enables performance-critical research.
17+
18+
summary-home: Deep integration into Python allows popular libraries and packages to be used for easily writing neural network layers in Python.
1819
featured-home: true
20+
1921
---
2022

21-
Deep integration into Python allows popular libraries and packages to be used, while a new pure C++ interface (beta) enables performance-critical research.
23+
PyTorch is not a Python binding into a monolithic C++ framework. It's built to be deeply integrated into Python so it can be used with popular libraries and packages such as Cython and Numba.

_features/tools-libraries.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,10 @@ snippet: >
1414
a = a + 1
1515
print()
1616
```
17-
summary-home: Access a rich ecosystem of tools and libraries to extend PyTorch and support development in areas from computer vision to reinforcement learning.
17+
18+
summary-home: A rich ecosystem of tools and libraries extends PyTorch and supports development in computer vision, NLP and more.
1819
featured-home: true
20+
1921
---
2022

21-
Access a rich ecosystem of tools and libraries to extend PyTorch and support development in areas from computer vision to reinforcement learning.
23+
An active community of researchers and developers have built a rich ecosystem of tools and libraries for extending PyTorch and supporting development in areas from computer vision to reinforcement learning.

_includes/quick_start_cloud_options.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
</div>
2121

2222
<ul>
23-
<li><a href="https://cloud.google.com/deep-learning-vm-image/">Cloud Deep Learning VM Image</a></li>
23+
<li><a href="https://cloud.google.com/deep-learning-vm/docs/pytorch_start_instance">Cloud Deep Learning VM Image</a></li>
2424
</ul>
2525
</div>
2626
</div>

_resources/docs.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
---
22
title: Docs
33
summary: Access comprehensive developer documentation.
4-
summary-home: Access comprehensive developer documentation.
54
class: pytorch-resource
6-
link: https://shiftlab.github.io/pytorch_docs
5+
link: https://pytorch.org/docs/
76
order: 1
8-
featured-home: true
7+
98
---

_resources/pytorch-discuss.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
---
22
title: PyTorch Discuss
3+
summary-home: Browse and join discussions on deep learning with PyTorch.
34
summary: Browse and join discussions on deep learning with PyTorch.
45
class: pytorch-resource
56
link: https://discuss.pytorch.org
67
order: 4
8+
featured-home: true
79
---

_resources/slack.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
---
22
title: Slack
3-
summary: Get your questions answered and collaborate. Request access
3+
summary-home: Get questions answered. Email slack@pytorch.org for access.
4+
summary: Get questions answered. Email slack@pytorch.org for access.
45
class: slack
56
link: https://pytorch.slack.com
67
order: 5
8+
featured-home: true
79
---

_resources/tutorials.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
---
22
title: Tutorials
33
summary: Get in-depth tutorials for beginners and advanced developers.
4-
summary-home: Get in-depth tutorials for beginners and advanced developers.
54
class: pytorch-resource
6-
link: https://shiftlab.github.io/pytorch_tutorials
5+
link: https://pytorch.org/tutorials
76
order: 2
8-
featured-home: true
7+
98
---

_sass/base_styles.scss

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,10 +453,26 @@ a, .btn {
453453
}
454454
}
455455

456-
&.elf {
456+
&.reasoning {
457457
background-image: url($baseurl + "/assets/images/logo-elf.svg");
458458
background-size: 29px 25px;
459459
}
460+
461+
&.tool {
462+
background-image: url($baseurl + "/assets/images/logo-wav2letter.svg");
463+
background-size: 29px 25px;
464+
}
465+
466+
&.language {
467+
background-image: url($baseurl + "/assets/images/logo-parlai.svg");
468+
background-size: 29px 25px;
469+
}
470+
471+
&.vision {
472+
background-image: url($baseurl + "/assets/images/logo-detectron.svg");
473+
background-size: 29px 25px;
474+
}
475+
460476
}
461477

462478
.resource-card {

resources.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<div class="container">
1111
<h1>Resources</h1>
1212

13-
<p class="lead">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
13+
<p class="lead">Explore educational courses, get your questions answered, and join the discussion with other PyTorch developers.</p>
1414
</div>
1515
</div>
1616

0 commit comments

Comments
 (0)