added multiple outputs to LightningTestModel

This commit is contained in:
William Falcon 2019-07-24 17:21:18 -04:00
parent 0aa91c7fdc
commit 516ee9c985
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ class LightningTestModel(LightningModule):
Sample model to show how to define a template
"""
def __init__(self, hparams, force_remove_distributed_sampler):
def __init__(self, hparams, force_remove_distributed_sampler=False):
"""
Pass in parsed HyperOptArgumentParser to the model
:param hparams: