Unverified Commit 2c1cc0b5 authored by Christian Sarofeen's avatar Christian Sarofeen Committed by GitHub
Browse files

Typo

parent 8ef50822
......@@ -10,7 +10,7 @@ and start a single process run to allow the dataset to be downloaded (This will
```python main.py```
You can now the code multi-gpu with
```python -m apex.parallelmultiproc main.py ...```
```python -m apex.parallel.multiproc main.py ...```
adding any normal option you'd like.
## Converting your own model
......@@ -18,4 +18,4 @@ To understand how to convert your own model to use the distributed module includ
## Requirements
Pytorch master branch built from source. This requirement is to use NCCL as a distributed backend.
APEx installed from https://www.github.com/nvidia/apex
\ No newline at end of file
APEx installed from https://www.github.com/nvidia/apex
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment