mirror of
https://github.com/wassname/pytorch-lightning.git
synced 2026-09-09 11:32:07 +08:00
Deployed eaad3c7 with MkDocs version: 1.0.4
This commit is contained in:
@@ -565,7 +565,7 @@ def add_model_specific_args(parent_parser, root_dir)
|
||||
|
||||
<p>Lightning has a list of default argparse commands.
|
||||
This method is your chance to add or modify commands specific to your model.
|
||||
The argument parser is available anywhere in your model by calling self.hparams</p>
|
||||
The <a href="https://williamfalcon.github.io/test-tube/hyperparameter_optimization/HyperOptArgumentParser/">hyperparameter argument parser</a> is available anywhere in your model by calling self.hparams.</p>
|
||||
<h5 id="return_7">Return</h5>
|
||||
<p>An argument parser</p>
|
||||
<p><strong>Example</strong></p>
|
||||
|
||||
Reference in New Issue
Block a user