Updated Home (markdown)

Michael Suo
2021-11-16 10:01:34 -08:00
parent e01ab949e2
commit c29000b706

26
Home.md

@ -67,19 +67,6 @@ New to PyTorch? Don't know where to start?
* [Named Tensors](https://github.com/pytorch/pytorch/blob/master/docs/source/named_tensor.rst) * [Named Tensors](https://github.com/pytorch/pytorch/blob/master/docs/source/named_tensor.rst)
* [Named Tensors operator coverage](https://github.com/pytorch/pytorch/blob/master/docs/source/name_inference.rst) * [Named Tensors operator coverage](https://github.com/pytorch/pytorch/blob/master/docs/source/name_inference.rst)
### Caffe2
* [Caffe2](https://github.com/pytorch/pytorch/blob/master/caffe2/README.md)
* [Building Caffe2](https://github.com/pytorch/pytorch/blob/master/docs/caffe2/installation.md)
* [Doxygen Notes](https://github.com/pytorch/pytorch/blob/master/docs/caffe2/DOXYGEN.md)
* [Docker & Caffe2](https://github.com/pytorch/pytorch/blob/master/docker/caffe2/readme.md)
* [Caffe2 implementation of Open Neural Network Exchange (ONNX)](https://github.com/pytorch/pytorch/blob/master/caffe2/python/onnx/README.md)
* [nomnigraph](https://github.com/pytorch/pytorch/blob/master/caffe2/core/nomnigraph/README.md)
* [Caffe2 & TensorRT integration](https://github.com/pytorch/pytorch/blob/master/caffe2/contrib/tensorrt/README.md)
* [Playground for Caffe2 Models](https://github.com/pytorch/pytorch/blob/master/caffe2/contrib/playground/README.md)
* [How to run FakeLowP vs Glow tests](https://github.com/pytorch/pytorch/blob/master/caffe2/contrib/fakelowp/test/README.md)
* [Using ONNX and ATen to export models from PyTorch to Caffe2](https://github.com/pytorch/pytorch/blob/master/caffe2/contrib/aten/docs/pytorch_to_caffe2.md)
* [An ATen operator for Caffe2](https://github.com/pytorch/pytorch/blob/master/caffe2/contrib/aten/README.md)
### Quantization ### Quantization
* [Introduction to Quantization](https://github.com/pytorch/pytorch/blob/master/docs/source/quantization.rst) * [Introduction to Quantization](https://github.com/pytorch/pytorch/blob/master/docs/source/quantization.rst)
* [Quantization Operation coverage](https://github.com/pytorch/pytorch/blob/master/docs/source/quantization-support.rst) * [Quantization Operation coverage](https://github.com/pytorch/pytorch/blob/master/docs/source/quantization-support.rst)
@ -156,3 +143,16 @@ New to PyTorch? Don't know where to start?
* [Breaking Changes from Variable and Tensor merge](Breaking-Changes-from-Variable-and-Tensor-merge) (from 0.4 release) * [Breaking Changes from Variable and Tensor merge](Breaking-Changes-from-Variable-and-Tensor-merge) (from 0.4 release)
* [Tensor API changes for Caffe2 developers](Tensor-API-changes-for-Caffe2-developers) (from 1.0 release, plus some stuff on master) * [Tensor API changes for Caffe2 developers](Tensor-API-changes-for-Caffe2-developers) (from 1.0 release, plus some stuff on master)
* [Autograd and Fork](Autograd-and-Fork) * [Autograd and Fork](Autograd-and-Fork)
#### Caffe2
* [Caffe2](https://github.com/pytorch/pytorch/blob/master/caffe2/README.md)
* [Building Caffe2](https://github.com/pytorch/pytorch/blob/master/docs/caffe2/installation.md)
* [Doxygen Notes](https://github.com/pytorch/pytorch/blob/master/docs/caffe2/DOXYGEN.md)
* [Docker & Caffe2](https://github.com/pytorch/pytorch/blob/master/docker/caffe2/readme.md)
* [Caffe2 implementation of Open Neural Network Exchange (ONNX)](https://github.com/pytorch/pytorch/blob/master/caffe2/python/onnx/README.md)
* [nomnigraph](https://github.com/pytorch/pytorch/blob/master/caffe2/core/nomnigraph/README.md)
* [Caffe2 & TensorRT integration](https://github.com/pytorch/pytorch/blob/master/caffe2/contrib/tensorrt/README.md)
* [Playground for Caffe2 Models](https://github.com/pytorch/pytorch/blob/master/caffe2/contrib/playground/README.md)
* [How to run FakeLowP vs Glow tests](https://github.com/pytorch/pytorch/blob/master/caffe2/contrib/fakelowp/test/README.md)
* [Using ONNX and ATen to export models from PyTorch to Caffe2](https://github.com/pytorch/pytorch/blob/master/caffe2/contrib/aten/docs/pytorch_to_caffe2.md)
* [An ATen operator for Caffe2](https://github.com/pytorch/pytorch/blob/master/caffe2/contrib/aten/README.md)