release v1.7
- Able to write to S3
- Fixed raw histogram issue that nothing is shown in TensorBoard
- Users can use various image/video dimension permutation by passing 'dataformats' parameter.
- You can bybass the writer by passing write_to_disk=True to SummaryWriter.
- Fix bugs
[update Jun.21 2019]
important notice
SummaryWriter's initializer's paremeter: log_dir
was accidently changed to logdir
. This makes some code not backward compatible.
The unit tests doesn't cover that so It just got merged and be part of v1.7.