tensorboardX icon indicating copy to clipboard operation
tensorboardX copied to clipboard

made optional data format args actually optional

Open TTF2050 opened this issue 1 year ago • 0 comments

Functions like add_image and add_video indicate that the dataformats arg is optional. However, there was no code to handle the None case. This commit adds a function that enables automatic determination of which channel is the color channel and invokes it whenever dataformats is None. It makes assumptions about the ordering of the other channels, but it should cover 80% of use cases.

TTF2050 avatar Jun 16 '24 00:06 TTF2050