updated docs

This commit is contained in:
William Falcon 2019-09-16 10:59:28 -04:00
parent b3c1911813
commit b354988255
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ Below are the possible configurations we support.
|---|---|---|---|---|---|
| Y | | | | | ```Trainer(gpus=1)``` |
| Y | | | | Y | ```Trainer(gpus=1, use_amp=True)``` |
| | Y | Y | | | ```Trainer(gpus=k)``` |
| | Y | Y | | | ```Trainer(gpus=k, distributed_backend='dp')``` |
| | Y | | Y | | ```Trainer(gpus=k, distributed_backend='ddp')``` |
| | Y | | Y | Y | ```Trainer(gpus=k, distributed_backend='ddp', use_amp=True)``` |