Generalize TensorBoardCallback
#1
Labels
enhancement
New feature or request
pending-clear-need
We are not certain we need this. So waiting for evidence to be presented.
Currently there's nothing stopping
TensorBoardCallback
from taking some otherlogger
thanTBLogger
. The requirements are simply that logging statements are supported for certain types provided inOnlineStats
, e.g.Mean
andKHist
.Therefore, in the future it might be worth it to add another type parameter for the logger.
The text was updated successfully, but these errors were encountered: