multilabel-image-classification-tensorflow icon indicating copy to clipboard operation
multilabel-image-classification-tensorflow copied to clipboard

How would you use Tensorboard to keep track of training in tf-object-detection-sagemaker

Open MishallSwain opened this issue 5 years ago • 0 comments

I would like to use Tensorboard to monitor training loss and accuracy. I have been using TensorFlow API to train model directly, but I'm not sure how this would happen through AWS Sagemaker training.

Also, how would you go about continuing training if the model isn't converged in the defined number of steps? Like is saving the checkpoints and continuing training from there possible?

I have just started using AWS Sagemaker, so excuse me if this is a silly question.

MishallSwain avatar Apr 28 '20 16:04 MishallSwain