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 `examples/functorch_mlp_ensemble.ipynb` #24

Closed janosh closed 2 years ago

janosh commented 2 years ago

Also change out_dir handling for std reduction in write_tb_events() which now returns list of created out_dirs and no longer modifies data_to_write in-place. Update test_write_tb_events() to match.