Deployed eaad3c7 with MkDocs version: 1.0.4

This commit is contained in:
William Falcon
2019-06-28 17:34:16 -05:00
parent 37e2372acd
commit 418c0057f8
5 changed files with 157 additions and 219 deletions
@@ -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>