Move deprecated pages to Archive

Suraj Subramanian
2023-07-24 17:35:29 -04:00
parent 2922f1f452
commit 8ca35b2887
10 changed files with 19 additions and 21 deletions

20
Home.md

@ -141,23 +141,3 @@ New to PyTorch? Don't know where to start?
## Community
* [Code of Conduct](https://github.com/pytorch/pytorch/blob/master/CODE_OF_CONDUCT.md)
* [PyTorch Governance](https://github.com/pytorch/pytorch/blob/master/docs/source/community/governance.rst)
## Archived
* [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)
* [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)
* [Caffe2 ONNX op coverage](https://github.com/pytorch/pytorch/blob/master/caffe2/python/onnx/ONNXOpCoverage.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)

18
archive/Archive.md Normal file

@ -0,0 +1,18 @@
* [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)
* [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)
* [Caffe2 ONNX op coverage](https://github.com/pytorch/pytorch/blob/master/caffe2/python/onnx/ONNXOpCoverage.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)