Skip to content

[FEATURE] - Add a flag for correct scaling of logged TensorBoard images #61

@mr-ubik

Description

@mr-ubik

System information

  • AshPy version (you are using): 0.4.0
  • Are you willing to contribute it (Yes/No): Yes

Describe the feature and the current behavior/state
TensorBoard images should be logged in the [0, 1] range when float.
Currently, we do not provide any type of automatic handling of this scaling, so if you are training on [-1, 1] and using our callbacks, images will be logged without scaling.

Will this change the current API? How?
Small change to ashpy.utils.log() and all the callbacks using it, they will now accept a new boolean argument auto_tb_scaling controlling this behavior.

Who will benefit with this feature?
Anyone using the default logging facilities.

Any Other info

Metadata

Metadata

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions