Skip to content

Commit 26aa538

Browse files
author
Pat Mellon
committed
wip
1 parent d798df2 commit 26aa538

File tree

31 files changed

+36
-6
lines changed

31 files changed

+36
-6
lines changed

_posts/2017-5-11-a-tour-of-pytorch-internals-1.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ author: "Trevor Killeen"
55
date: 2017-05-11 12:00:00 -0500
66
redirect_from: /2017/05/11/Internals.html
77
image: /assets/images/bert2.png
8+
tags: [one]
89
---
910

1011
The fundamental unit in PyTorch is the Tensor. This post will serve as an overview for how we implement Tensors in PyTorch, such that the user can interact with it from the Python shell. In particular, we want to answer four main questions:

_posts/2017-6-27-a-tour-of-pytorch-internals-2.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ author: "Trevor Killeen"
55
date: 2017-06-27 12:00:00 -0500
66
redirect_from: /2017/06/27/Internals2.html
77
image: /assets/images/bert2.png
8+
tags: [one]
89
---
910

1011
In the first [post]({{ site.baseurl }}{% link _posts/2017-5-11-a-tour-of-pytorch-internals-1.md %}) I explained how we generate a `torch.Tensor` object that you can use in your Python interpreter. Next, I will explore the build system for PyTorch. The PyTorch codebase has a variety of components:

_posts/2018-01-19-a-year-in.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ author: "The PyTorch Team"
55
date: 2018-01-19 12:00:00 -0500
66
redirect_from: /2018/01/19/a-year-in.html
77
image: /assets/images/bert2.png
8+
tags: [one]
89
---
910

1011
Today marks 1 year since PyTorch was released publicly. It's been a wild ride — our quest to build a flexible deep learning research platform. Over the last year, we've seen an amazing community of people using, contributing to and evangelizing PyTorch — thank you for the love.

_posts/2018-03-5-tensor-comprehensions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ title: 'Tensor Comprehensions in PyTorch'
44
author: Priya Goyal (FAIR), Nicolas Vasilache (FAIR), Oleksandr Zinenko (Inria & DI ENS), Theodoros Theodoridis (ETH Zürich), Zachary DeVito (FAIR), William S. Moses (MIT CSAIL), Sven Verdoolaege (FAIR), Andrew Adams (FAIR), Albert Cohen (Inria & DI ENS & FAIR)
55
redirect_from: /2018/03/05/tensor-comprehensions.html
66
image: /assets/images/bert2.png
7+
tags: [two]
78
---
89

910
Tensor Comprehensions (TC) is a tool that lowers the barrier for writing high-performance code. It generates GPU code from a simple high-level language and autotunes the code for specific input sizes.

_posts/2018-04-22-pytorch-0_4_0-migration-guide.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ layout: blog_detail
33
title: 'PyTorch 0.4.0 Migration Guide'
44
redirect_from: /2018/04/22/0_4_0-migration-guide.html
55
image: /assets/images/bert2.png
6+
tags: [two]
67
---
78

89
Welcome to the migration guide for PyTorch 0.4.0. In this release we introduced [many exciting new features and critical bug fixes](https://github.com/pytorch/pytorch/releases/tag/v0.4.0), with the goal of providing users a better and cleaner interface. In this guide, we will cover the most important changes in migrating existing code from previous versions:

_posts/2018-05-2-the-road-to-1_0.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ title: 'The road to 1.0: production ready PyTorch'
44
author: The PyTorch Team
55
redirect_from: /2018/05/02/road-to-1.0.html
66
image: /assets/images/bert2.png
7+
tags: [two]
78
---
89

910
We would like to give you a preview of the roadmap for PyTorch 1.0 , the next release of PyTorch. Over the last year, we've had 0.2, 0.3 and 0.4 transform PyTorch from a [Torch+Chainer]-like interface into something cleaner, adding double-backwards, numpy-like functions, advanced indexing and removing Variable boilerplate. At this time, we're confident that the API is in a reasonable and stable state to confidently release a 1.0.

_posts/2019-05-08-model-serving-in-pyorch.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ title: 'Model Serving in PyTorch'
44
author: Jeff Smith
55
redirect_from: /2019/05/08/model-serving-in-pyorch.html
66
image: /assets/images/bert2.png
7+
tags: [three]
78
---
89

910
PyTorch has seen a lot of adoption in research, but people can get confused about how well PyTorch models can be taken into production. This blog post is meant to clear up any confusion people might have about the road to production in PyTorch.

_posts/2019-05-1-pytorch-adds-new-dev-tools.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ layout: blog_detail
33
title: 'PyTorch adds new dev tools as it hits production scale'
44
author: The PyTorch Team
55
image: /assets/images/bert2.png
6+
tags: [three]
67
---
78

89
_This is a partial re-post of the original blog post on the Facebook AI Blog. The full post can be [viewed here](https://ai.facebook.com/blog/pytorch-adds-new-dev-tools-as-it-hits-production-scale/)_

_posts/2019-06-10-towards-reproducible-research-with-pytorch-hub.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ title: 'Towards Reproducible Research with PyTorch Hub'
44
author: Team PyTorch
55
redirect_from: /2019/06/10/pytorch_hub.html
66
image: /assets/images/bert2.png
7+
tags: [three]
78
---
89

910
Reproducibility is an essential requirement for many fields of research including those based on machine learning techniques. However, many machine learning publications are either not reproducible or are difficult to reproduce. With the continued growth in the number of research publications, including tens of thousands of papers now hosted on arXiv and submissions to conferences at an all time high, research reproducibility is more important than ever. While many of these publications are accompanied by code as well as trained models which is helpful but still leaves a number of steps for users to figure out for themselves.

_posts/2019-07-18-pytorch-ecosystem.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ layout: blog_detail
33
title: 'PyTorch Adds New Ecosystem Projects for Encrypted AI and Quantum Computing, Expands PyTorch Hub'
44
author: Team PyTorch
55
image: /assets/images/bert2.png
6+
tags: [four]
67
---
78

89
The PyTorch ecosystem includes projects, tools, models and libraries from a broad community of researchers in academia and industry, application developers, and ML engineers. The goal of this ecosystem is to support, accelerate, and aid in your exploration with PyTorch and help you push the state of the art, no matter what field you are exploring. Similarly, we are expanding the recently launched PyTorch Hub to further help you discover and reproduce the latest research.

0 commit comments

Comments
 (0)