tensorboard with custom docker image without notebook

0

Hi,
Is it possible to use tensorboard with a custom docker image without using a notebook ? Is there any other method to monitor the training process ? I'm using the tensorflow object detection API and currently exposing metrics (only loss) from cloudwatch using a regex but I'd like a more detailed way like tensorboar.. is that possible ??
Thanks

rokk07
質問済み 4年前363ビュー
2回答
0

Yes, it is possible to use tensorboard outside of the SageMaker notebooks.
Here is an example https://github.com/awslabs/amazon-sagemaker-examples/blob/master/sagemaker-python-sdk/keras_script_mode_pipe_mode_horovod/tensorflow_keras_CIFAR10.ipynb that uses TensorBoard to compare the training jobs.
All of it can be run locally.

回答済み 4年前
0

For anyone interested I made a tutorial for this:

https://github.com/roccopietrini/TFSagemakerDetection

Edited by: rokk07 on Jan 25, 2021 2:28 AM

rokk07
回答済み 3年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ