mirror of
https://github.com/wassname/pytorch-lightning.git
synced 2026-09-09 11:32:07 +08:00
making private members
This commit is contained in:
@@ -49,9 +49,7 @@ class Trainer(TrainerIOMixin,
|
||||
):
|
||||
r"""
|
||||
Main trainer class
|
||||
|
||||
"""
|
||||
|
||||
def __init__(
|
||||
self,
|
||||
logger=True,
|
||||
@@ -420,7 +418,6 @@ class Trainer(TrainerIOMixin,
|
||||
"""
|
||||
#
|
||||
# .. warning:: Following arguments become deprecated and they will be removed in v0.8.0:
|
||||
|
||||
# - `nb_sanity_val_steps`
|
||||
|
||||
# Transfer params
|
||||
|
||||
Reference in New Issue
Block a user