Skip to content
Snippets Groups Projects
Commit d0694efc authored by Tamino Huxohl's avatar Tamino Huxohl
Browse files

fix bug in mu_map trianing lib

parent 13ff219e
No related merge requests found
......@@ -71,7 +71,7 @@ class AbstractTraining:
snapshot_dir: str,
snapshot_epoch: int,
early_stopping: Optional[int] = None,
logger: Optional[Logger],
logger: Optional[Logger] = None,
):
self.epochs = epochs
self.batch_size = batch_size
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment