You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix broken test test_distributed_mnist_no_ps (#156)
This test shouldn't save checkpoints since the two hosts are justing running
training jobs independently. The checkpoints interfere with each other. Changing
the test to use the Keras mnist script here.
This change also changed the saved model path to /opt/ml/opt so we can just use
the estimator.model_data path to assert the model exists.
0 commit comments