mirror of
https://github.com/wassname/pytorch-lightning.git
synced 2026-09-13 12:50:26 +08:00
Update multi_node_cluster_template.py
This commit is contained in:
@@ -21,7 +21,7 @@ def main_local(hparams):
|
||||
main(hparams, None, None)
|
||||
|
||||
|
||||
def main(hparams, cluster, results_dict):
|
||||
def main(hparams, cluster):
|
||||
"""
|
||||
Main training routine specific for this project
|
||||
:param hparams:
|
||||
|
||||
Reference in New Issue
Block a user