Merge pull request #1166 from Azure/minxia/patch

patch for resume training notebook
This commit is contained in:
mx-iao
2020-09-29 17:30:24 -07:00
committed by GitHub

View File

@@ -420,7 +420,9 @@
" script='tf_mnist_with_checkpoint.py',\n", " script='tf_mnist_with_checkpoint.py',\n",
" arguments=args,\n", " arguments=args,\n",
" compute_target=compute_target,\n", " compute_target=compute_target,\n",
" environment=tf_env)" " environment=tf_env)\n",
"\n",
"src.run_config.data_references = {checkpoint_data_ref.data_reference_name : checkpoint_data_ref.to_config()}"
] ]
}, },
{ {
@@ -497,4 +499,4 @@
}, },
"nbformat": 4, "nbformat": 4,
"nbformat_minor": 2 "nbformat_minor": 2
} }