tensorboard
tensorboard copied to clipboard
Is it possible to bring this as a general component for all DL framework?
Just like https://github.com/TeamHG-Memex/tensorboard_logger/tree/master/tensorboard_logger
Yes, it's not MXNet or TensorFlow dependent.
The tf_logger requires TensorFlow as it doesn't have rendering part.
Thanks for your work! I just think it's a widely needed component for all DL framework. It's really a meaningful work!