We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f81ddf commit 34da25fCopy full SHA for 34da25f
1 file changed
torch_trainer.py
@@ -90,9 +90,6 @@ def __init__(
90
callbacks = [callback for callback in self.trainer.callbacks if isinstance(callback, ModelCheckpoint)]
91
self.checkpoint_callback = callbacks[0] if callbacks else None
92
93
- # Dump config to log
94
- dump_log(self.log_path, config=config)
95
-
96
def _setup_model(
97
self,
98
classes: list = None,
0 commit comments