![]() Not entirely sure this is the "right" solution to this problem, but currently when model fitting is finished the `TensorBoardLogger` attribute `_experiment` (a `SummaryWriter`) is left with an open file handle. This causes issues in particular on Windows systems (and probably others), and also makes the files un-syncable on cloud-synced devices like OneDrive. This PR adds a `close()` to `finalize` to make sure this handle is closed upon fit completion. Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com> |
||
---|---|---|
.. | ||
__init__.py | ||
test_all.py | ||
test_base.py | ||
test_comet.py | ||
test_csv.py | ||
test_mlflow.py | ||
test_neptune.py | ||
test_tensorboard.py | ||
test_wandb.py |