Updated PyTorch Data Flow and Interface Diagram (markdown)

mike7ant
2019-02-19 13:08:21 -08:00
parent 1a5481e4a3
commit 1409327b5e

@ -1,6 +1,6 @@
This diagram illustrates potential dataflows of an AI application written PyTorch, highlighting the data sources and artifacts produced, as well as APIs used to interact with the underlying system. User-written Python files are highlighted as gray, while interfaces/APIs they interact with are blue. Details of the diagram are described by bullets in the text below.
[[images/pytorch_wiki_dataflow_interface_diagram.png]
[[images/pytorch_wiki_dataflow_interface_diagram.png]]
Since PyTorch codebase also includes the Caffe2 library, interactions with this library are illustrated as well. There is ongoing merge going between the two libraries, with goal of sharing code and exposing benefits of both through PyTorch. We recommend that new users rely only on the PyTorch interfaces (near the top of the diagram), as these will the supported APIs going forward.