mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 12:54:11 +08:00
Move deprecated pages to Archive
22
Home.md
22
Home.md
@ -140,24 +140,4 @@ 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)
|
||||
* [PyTorch Governance](https://github.com/pytorch/pytorch/blob/master/docs/source/community/governance.rst)
|
18
archive/Archive.md
Normal file
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)
|
Reference in New Issue
Block a user