mirror of
https://github.com/wassname/pytorch-lightning.git
synced 2026-09-11 12:31:23 +08:00
updated docs
This commit is contained in:
@@ -37,7 +37,7 @@ Below are the possible configurations we support.
|
|||||||
|---|---|---|---|---|---|
|
|---|---|---|---|---|---|
|
||||||
| Y | | | | | ```Trainer(gpus=1)``` |
|
| Y | | | | | ```Trainer(gpus=1)``` |
|
||||||
| Y | | | | Y | ```Trainer(gpus=1, use_amp=True)``` |
|
| 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 | | ```Trainer(gpus=k, distributed_backend='ddp')``` |
|
||||||
| | Y | | Y | Y | ```Trainer(gpus=k, distributed_backend='ddp', use_amp=True)``` |
|
| | Y | | Y | Y | ```Trainer(gpus=k, distributed_backend='ddp', use_amp=True)``` |
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user