mirror of
https://github.com/wassname/pytorch-lightning.git
synced 2026-09-09 11:32:07 +08:00
updated docs
This commit is contained in:
@@ -25,6 +25,9 @@ parser.opt_list('--nb_layers', default=2, type=int, tunable=True, options=[2, 4,
|
|||||||
hparams = parser.parse_args()
|
hparams = parser.parse_args()
|
||||||
```
|
```
|
||||||
|
|
||||||
|
**NOTE** You must set ```Tunable=True``` for that argument to be considered in the permutation set. Otherwise
|
||||||
|
test-tube will use the default value. This flag is useful when you don't want to search over an argument and
|
||||||
|
want to use the default instead.
|
||||||
|
|
||||||
(2). Define the cluster options in the [SlurmCluster object](https://williamfalcon.github.io/test-tube/hpc/SlurmCluster/) (over 5 nodes and 8 gpus)
|
(2). Define the cluster options in the [SlurmCluster object](https://williamfalcon.github.io/test-tube/hpc/SlurmCluster/) (over 5 nodes and 8 gpus)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user