TensorBoard without callbacks for Keras docker image in SageMaker
问题 I'm trying to add TensorBoard functionality to this SageMaker example: https://github.com/awslabs/amazon-sagemaker-examples/blob/master/hyperparameter_tuning/keras_bring_your_own/hpo_bring_your_own_keras_container.ipynb The issue is that SageMaker's Estimator.fit() does not seem to support Keras models compiled with callbacks. Now from this git issue post it was described that what I need to do for TensorBoard functionality is, "You need your code inside the container to save checkpoints to