Feature request: Tensorboard flags like samples_per_plugin

It would be really nice to be able to specify some of the normal Tensorboard options, specifically samples_per_plugin is very useful when you’re logging images/audio/whatever :slight_smile:

The -O option for tensorboard lets you pass through options to TensorBoard. Something like this should do the trick:

guild tensorboard -O samples_per_plugin=images=100
1 Like