Skip to content

release v1.7

Compare
Choose a tag to compare
@lanpa lanpa released this 20 May 00:32
· 144 commits to master since this release
4601dc9
  • 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.