Skip to content

Commit

Permalink
added installation instructions for dali
Browse files Browse the repository at this point in the history
  • Loading branch information
m-tassano authored Mar 30, 2020
1 parent 15d252d commit d26c8af
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ The code as is runs in Python +3.6 with the following dependencies:
* [OpenCV](https://pypi.org/project/opencv-python/)
* [tensorboardX](https://github.com/lanpa/tensorboardX/)

Note: the tested version of NVIDIA DALI is 0.10.0. To install it (supposing you have CUDA 10.0), you need to run
```
pip install --extra-index-url https://developer.download.nvidia.com/compute/redist/cuda/10.0 nvidia-dali==0.10.0
```
## Usage

### Testing
Expand Down

0 comments on commit d26c8af

Please sign in to comment.