You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-4
Original file line number
Diff line number
Diff line change
@@ -25,9 +25,7 @@
25
25
26
26
TAO Toolkit is a Python package hosted on the NVIDIA Python Package Index. It interacts with lower-level TAO dockers available from the NVIDIA GPU Accelerated Container Registry (NGC). The TAO containers come pre-installed with all dependencies required for training. The output of the TAO workflow is a trained model that can be deployed for inference on NVIDIA devices using DeepStream, TensorRT and Triton.
27
27
28
-
This repository contains the required implementation for the all the deep learning components and networks using the TensorFlow backend. These routines are packaged as part of the TAO Toolkit TensorFlow container in the Toolkit package. These source code here is compatible with TensorFlow version <= 1.15
29
-
30
-
> TAO Toolkit will be deprecating this backend after 5.0.0. No more fixes, and newer releases will be supported.
28
+
This repository contains the required implementation for the all the deep learning components and networks using the PyTorch backend. These routines are packaged as part of the TAO Toolkit PyTorch container in the Toolkit package.
31
29
32
30
## <aname='GettingStarted'></a>Getting Started
33
31
@@ -164,4 +162,4 @@ In order to build a new docker, please edit the `deploy.sh` file in `$NV_TAO_PYT
164
162
TAO Toolkit PyTorch backend is not accepting contributions as part of the TAO 5.0 release, but will be open in the future.
165
163
166
164
## <a name='License'></a>License
167
-
This project is licensed under the [Apache-2.0](./LICENSE) License.
165
+
This project is licensed under the [Apache-2.0](./LICENSE) License.
0 commit comments