We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98f4178 commit 2b58b04Copy full SHA for 2b58b04
tests/integ/test_mxnet_train.py
@@ -71,7 +71,7 @@ def test_attach_deploy(mxnet_training_job, sagemaker_session, cpu_instance_type)
71
1,
72
cpu_instance_type,
73
entry_point="mnist.py",
74
- source_dir=os.path.join(DATA_DIR, "mxnet_mnist", "mnist.py"),
+ source_dir=os.path.join(DATA_DIR, "mxnet_mnist"),
75
endpoint_name=endpoint_name,
76
)
77
data = numpy.zeros(shape=(1, 1, 28, 28))
0 commit comments