Skip to content

Commit a74f4c1

Browse files
awaelchlifour4fish
authored andcommitted
remove redundant call to ttp attribute
it is no longer a property
1 parent 9f1eade commit a74f4c1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pytorch_lightning/trainer/trainer.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,6 @@ def __init__(
451451
amp_level,
452452
plugins,
453453
)
454-
self._accelerator_connector.training_type_plugin
455454
self.logger_connector: LoggerConnector = LoggerConnector(self, log_gpu_memory)
456455
self._callback_connector = CallbackConnector(self)
457456
self.checkpoint_connector = CheckpointConnector(self, resume_from_checkpoint)

0 commit comments

Comments
 (0)