Skip to content

Commit

Permalink
Update notebook based on tutrial feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
JMGaljaard committed Sep 9, 2022
1 parent 1700271 commit 5c61dc7
Show file tree
Hide file tree
Showing 2 changed files with 184 additions and 115 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ Before we do so, first we need to setup a Python interpreter/environmen, this ca
``` bash
python3 -m venv venv
source venv/bin/activate
pip3 install -r requirements.txt
pip3 install -r requirements-cpu.txt
```

- Then we will download the datasets using a Python script in the same
Expand Down Expand Up @@ -337,3 +337,4 @@ Which will collect and run all the tests in the repository, and show in `verbose
* Currently, there is no GPU support in the Docker containers, for this the `Dockerfile` will need to be updated to
accommodate for this.
* Currently, the `GLOO` backend is chosen only, when using CUDA capable devices, the `NCCL` backend is recommended.
Loading

0 comments on commit 5c61dc7

Please sign in to comment.