janosh / tensorboard-reducer

Reduce multiple PyTorch TensorBoard runs to new event (or CSV) files.
https://pypi.org/project/tensorboard-reducer
MIT License
68 stars 4 forks source link

Add `verbose` flag to CLI and Python API #32

Closed janosh closed 1 year ago

janosh commented 1 year ago

30f2595 update pre-commit hooks 59262ee ruff ignore PLW2901 e762c5b change lax_steps and lax_runs exception type from AssertionError to ValueError 52c45a6 add CLI flag --verbose and verbose: bool = False kwarg to read/write and reduce functions 615ca69 parametrize verbose kwarg in test_load_tb_events_strict(), test_reduce_events(), test_write_tb_events(), test_write_data_file() cf1a98c pyproject.toml fix tool.setuptools.packages.find include/exclude ba95414 remove needless dict.keys()