Skip to content

Commit 01ac2fe

Browse files
authored
Merge pull request #1299 from ELC/pytorchconf-2019
Add PytorchConf 2019
2 parents ccec627 + b2ef24c commit 01ac2fe

27 files changed

+831
-0
lines changed

pytorchconf-2019/category.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"title": "PyTorch Conference 2019"
3+
}
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
{
2+
"description": "Apex is an open-source PyTorch extension that helps users maximize deep learning training performance on NVIDIA GPUs. Mixed precision utilities in Apex are designed to improve training speed while maintaining the accuracy and stability of training in single precision. Learn more in this talk.",
3+
"duration": 323,
4+
"language": "eng",
5+
"recorded": "2019-10-16",
6+
"related_urls": [],
7+
"speakers": [
8+
"Michael Carilli"
9+
],
10+
"tags": [
11+
"AI",
12+
"APEX",
13+
"Artificial Intelligence",
14+
"Deep Learning",
15+
"Distributed Training",
16+
"Facebook",
17+
"ML",
18+
"Machine Learning",
19+
"Mixed Precision",
20+
"NVIDIA",
21+
"NVIDIA GPU",
22+
"PyTorch",
23+
"PyTorch 1.3"
24+
],
25+
"thumbnail_url": "https://i.ytimg.com/vi_webp/3wLR7EuO4I8/maxresdefault.webp",
26+
"title": "Apex",
27+
"videos": [
28+
{
29+
"type": "youtube",
30+
"url": "https://www.youtube.com/watch?v=3wLR7EuO4I8"
31+
}
32+
]
33+
}
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"description": "Get an overview from Professor Sasha Rush of Cornell on the latest research in collaborative natural language inference.",
3+
"duration": 636,
4+
"language": "eng",
5+
"recorded": "2019-10-16",
6+
"related_urls": [],
7+
"speakers": [
8+
"Sasha Rush"
9+
],
10+
"tags": [
11+
"AI",
12+
"AI Research",
13+
"Artificial Intelligence",
14+
"Cornell",
15+
"Facebook",
16+
"ML",
17+
"Machine Learning",
18+
"PyTorch",
19+
"PyTorch 1.3",
20+
"natural language inference"
21+
],
22+
"thumbnail_url": "https://i.ytimg.com/vi_webp/GeYZR-Icw4U/maxresdefault.webp",
23+
"title": "Collaborative Natural Language Inference",
24+
"videos": [
25+
{
26+
"type": "youtube",
27+
"url": "https://www.youtube.com/watch?v=GeYZR-Icw4U"
28+
}
29+
]
30+
}
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"description": "Practical applications of ML via cloud-based or machine-learning-as-a-service (MLaaS) platforms pose a range of security and privacy challenges. In particular, users of these platforms may not want or be able to share unencrypted data, which prevents them from taking full advantage of ML tools. CrypTen is a new community-based research platform for taking the field of privacy-preserving ML forward.",
3+
"duration": 636,
4+
"language": "eng",
5+
"recorded": "2019-10-16",
6+
"related_urls": [],
7+
"speakers": [
8+
"Laurens van der Maaten"
9+
],
10+
"tags": [
11+
"AI",
12+
"Artificial Intelligence",
13+
"CrypTen",
14+
"Facebook",
15+
"ML",
16+
"MLaaS",
17+
"Machine Learning",
18+
"Privacy",
19+
"Private AI",
20+
"PyTorch",
21+
"PyTorch 1.3"
22+
],
23+
"thumbnail_url": "https://i.ytimg.com/vi_webp/GSCALeke5Lk/maxresdefault.webp",
24+
"title": "CrypTen",
25+
"videos": [
26+
{
27+
"type": "youtube",
28+
"url": "https://www.youtube.com/watch?v=GSCALeke5Lk"
29+
}
30+
]
31+
}
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
{
2+
"description": "Learn about the PyTorch data loading pipeline and components - the dataset, the sampler, and the dataloader.",
3+
"duration": 391,
4+
"language": "eng",
5+
"recorded": "2019-10-16",
6+
"related_urls": [],
7+
"speakers": [
8+
"Tongzhou Wang"
9+
],
10+
"tags": [
11+
"AI",
12+
"AI research",
13+
"Artificial Intelligence",
14+
"Dataloader Design",
15+
"Facebook",
16+
"MIT",
17+
"ML",
18+
"Machine Learning",
19+
"Massachusetts Institute of Technology",
20+
"PyTorch",
21+
"PyTorch 1.3",
22+
"PyTorch Datasets",
23+
"data loading pipelines",
24+
"data sets"
25+
],
26+
"thumbnail_url": "https://i.ytimg.com/vi_webp/sCsPzVumtR8/maxresdefault.webp",
27+
"title": "Dataloader Design for PyTorch",
28+
"videos": [
29+
{
30+
"type": "youtube",
31+
"url": "https://www.youtube.com/watch?v=sCsPzVumtR8"
32+
}
33+
]
34+
}
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
{
2+
"description": "Object detection and segmentation are used for tasks ranging from autonomous vehicles to content understanding for platform integrity. Learn about Detectron2, an object detection library now implemented in PyTorch. Detectron2 provides support for the latest models and tasks, increased flexibility to aid computer vision research, and improvements in maintainability and scalability to support production use cases.",
3+
"duration": 608,
4+
"language": "eng",
5+
"recorded": "2019-10-16",
6+
"related_urls": [],
7+
"speakers": [
8+
"Yuxin Wu"
9+
],
10+
"tags": [
11+
"AI",
12+
"Artificial Intelligence",
13+
"Detection library",
14+
"Detectron2",
15+
"Facebook",
16+
"ML",
17+
"Machine Learning",
18+
"PyTorch",
19+
"PyTorch 1.3",
20+
"Segmentation",
21+
"computer vision",
22+
"computer vision research",
23+
"cv",
24+
"detectron",
25+
"object detection"
26+
],
27+
"thumbnail_url": "https://i.ytimg.com/vi_webp/egs0XN-xjA0/maxresdefault.webp",
28+
"title": "Detectron2 - Next Gen Object Detection Library",
29+
"videos": [
30+
{
31+
"type": "youtube",
32+
"url": "https://www.youtube.com/watch?v=egs0XN-xjA0"
33+
}
34+
]
35+
}
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"description": "PyTorch 1.2 and 1.3 have added several enhancements for linear algebra in PyTorch, including native batching support, support for gradients, and new semantic naming schemes. Learn more in this session.",
3+
"duration": 223,
4+
"language": "eng",
5+
"recorded": "2019-10-16",
6+
"related_urls": [],
7+
"speakers": [
8+
"Vishwak Srinivasan"
9+
],
10+
"tags": [
11+
"AI",
12+
"Artificial Intelligence",
13+
"Facebook",
14+
"Linear Algebra in PyTorch",
15+
"ML",
16+
"Machine Learning",
17+
"PyTorch",
18+
"PyTorch 1.3",
19+
"Semantic naming schemes",
20+
"Support for Gradients",
21+
"native batching support"
22+
],
23+
"thumbnail_url": "https://i.ytimg.com/vi_webp/561M45TsQP0/maxresdefault.webp",
24+
"title": "Linear Algebra in PyTorch",
25+
"videos": [
26+
{
27+
"type": "youtube",
28+
"url": "https://www.youtube.com/watch?v=561M45TsQP0"
29+
}
30+
]
31+
}
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"description": "As models become ever more complex, it is increasingly important to develop new methods for model interpretability. Learn about Captum, a new tool for helping developers working in PyTorch understand why their model generates a specific output. Captum\u2019s algorithms include integrated gradients, conductance, SmoothGrad and VarGrad, and DeepLift.",
3+
"duration": 499,
4+
"language": "eng",
5+
"recorded": "2019-10-16",
6+
"related_urls": [],
7+
"speakers": [
8+
"Narine Kokhilkyan"
9+
],
10+
"tags": [],
11+
"thumbnail_url": "https://i.ytimg.com/vi_webp/iVSIFm0UN9I/maxresdefault.webp",
12+
"title": "Model Interpretability with Captum",
13+
"videos": [
14+
{
15+
"type": "youtube",
16+
"url": "https://www.youtube.com/watch?v=iVSIFm0UN9I"
17+
}
18+
]
19+
}
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"description": "Learn the basics of secure and private AI techniques, including federated learning and secure multi-party computation. In this talk, Andrew Trask of OpenMined highlights the importance of privacy preserving machine learning, and how to use privacy-focused tools like PySyft.",
3+
"duration": 963,
4+
"language": "eng",
5+
"recorded": "2019-10-16",
6+
"related_urls": [],
7+
"speakers": [
8+
"Andrew Trask"
9+
],
10+
"tags": [
11+
"AI",
12+
"Artificial Intelligence",
13+
"Facebook",
14+
"ML",
15+
"Machine Learning",
16+
"OpenMined",
17+
"Privacy",
18+
"Private AI",
19+
"PySyft",
20+
"PyTorch",
21+
"PyTorch 1.3",
22+
"private AI techniques"
23+
],
24+
"thumbnail_url": "https://i.ytimg.com/vi_webp/NJBBE_SN90A/maxresdefault.webp",
25+
"title": "Privacy Preserving AI",
26+
"videos": [
27+
{
28+
"type": "youtube",
29+
"url": "https://www.youtube.com/watch?v=NJBBE_SN90A"
30+
}
31+
]
32+
}
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"description": "Hear how Dolby Labs is using PyTorch to develop deep learning for audio, and learn about the challenges that audio AI presents and the breakthroughs and applications they\u2019ve built at Dolby to push the field forward.",
3+
"duration": 621,
4+
"language": "eng",
5+
"recorded": "2019-10-16",
6+
"related_urls": [],
7+
"speakers": [
8+
"Vivek Kumar"
9+
],
10+
"tags": [
11+
"AI",
12+
"Artificial Intelligence",
13+
"Deep learning audio",
14+
"Dolby Labs",
15+
"Facebook",
16+
"ML",
17+
"Machine Learning",
18+
"PyTorch",
19+
"PyTorch 1.3",
20+
"audio ai"
21+
],
22+
"thumbnail_url": "https://i.ytimg.com/vi_webp/K5hD0et_wUc/maxresdefault.webp",
23+
"title": "PyTorch at Dolby Labs",
24+
"videos": [
25+
{
26+
"type": "youtube",
27+
"url": "https://www.youtube.com/watch?v=K5hD0et_wUc"
28+
}
29+
]
30+
}

0 commit comments

Comments
 (0)