TensorBoard
Using VESSL's Python SDK, you can view and interact with metrics and media logged to TensorBoard directly on VESSL. We currently support scalars, images, and audio.
You can integrate TensorBoard by simply adding vessl.init(tensorboard=True)
to your code.
Note that this should be called before creating the file writer. This is because VESSL auto-detects the TensorBoard logdir
upon writer creation but cannot do so if the writer has already been created.
TensorFlow
PyTorch
TensorBoardX
Last updated