Skip to content

Commit

Permalink
Code review fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Joaquin Anton Guirao <[email protected]>
  • Loading branch information
jantonguirao committed Feb 3, 2025
1 parent 8d0da86 commit e9b9c03
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/examples/use_cases/pytorch/efficientnet/readme.rst
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ Data Backends

- **dali_proxy**:
Uses a DALI pipeline for preprocessing and augmentation while relying on PyTorch's data loader. DALI Proxy facilitates the transfer of data to DALI for processing.
See :ref:`pytorch_dali_proxy`.

- **pytorch**:
Employs the native PyTorch data loader for data preprocessing and augmentation.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ Data loaders

- **dali_proxy**:
Uses a DALI pipeline for preprocessing and augmentation while relying on PyTorch's data loader. DALI Proxy facilitates the transfer of data to DALI for processing.
See :ref:`pytorch_dali_proxy`.

- **pytorch**:
Employs the native PyTorch data loader for data preprocessing and augmentation.
Expand Down
1 change: 1 addition & 0 deletions docs/plugins/pytorch_dali_proxy.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.. _pytorch_dali_proxy:
PyTorch DALI Proxy
==================

Expand Down

0 comments on commit e9b9c03

Please sign in to comment.