Update train-tensorflow-resume-training.ipynb

This commit is contained in:
mx-iao
2020-09-29 17:28:17 -07:00
committed by GitHub
parent 33168c7f5d
commit 89c35c8ed6

View File

@@ -420,7 +420,7 @@
" script='tf_mnist_with_checkpoint.py',\n",
" arguments=args,\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()}"
]