Skip to content

Commit 8bf854e

Browse files
authored
Removes MXNet support from DALI (NVIDIA#5526)
- as MXNet is no longer maintained this PR remove its support from DALI (plugin, examples and documentation) Signed-off-by: Janusz Lisiecki <[email protected]>
1 parent 3119508 commit 8bf854e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+6
-9311
lines changed

README.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ are handled transparently for the user.
2323
In addition, the deep learning frameworks have multiple data pre-processing implementations,
2424
resulting in challenges such as portability of training and inference workflows, and code
2525
maintainability. Data processing pipelines implemented using DALI are portable because they
26-
can easily be retargeted to TensorFlow, PyTorch, MXNet and PaddlePaddle.
26+
can easily be retargeted to TensorFlow, PyTorch, and PaddlePaddle.
2727

2828
.. image:: /dali.png
2929
:width: 800
@@ -95,7 +95,7 @@ Highlights
9595
----------
9696
- Easy-to-use functional style Python API.
9797
- Multiple data formats support - LMDB, RecordIO, TFRecord, COCO, JPEG, JPEG 2000, WAV, FLAC, OGG, H.264, VP9 and HEVC.
98-
- Portable across popular deep learning frameworks: TensorFlow, PyTorch, MXNet, PaddlePaddle, JAX.
98+
- Portable across popular deep learning frameworks: TensorFlow, PyTorch, PaddlePaddle, JAX.
9999
- Supports CPU and GPU execution.
100100
- Scalable across multiple GPUs.
101101
- Flexible graphs let developers create custom pipelines.
@@ -147,7 +147,6 @@ to be installed.
147147

148148
DALI comes preinstalled in the `TensorFlow <https://catalog.ngc.nvidia.com/orgs/nvidia/containers/tensorflow>`__,
149149
`PyTorch <https://catalog.ngc.nvidia.com/orgs/nvidia/containers/pytorch>`__,
150-
`NVIDIA Optimized Deep Learning Framework, powered by Apache MXNet <https://catalog.ngc.nvidia.com/orgs/nvidia/containers/mxnet>`__,
151150
and `PaddlePaddle <https://catalog.ngc.nvidia.com/orgs/nvidia/containers/paddlepaddle>`__
152151
containers on `NVIDIA GPU Cloud <https://ngc.nvidia.com>`__.
153152

dali.png

-25.4 KB
Loading

0 commit comments

Comments
 (0)