update samples from Release-53 as a part of SDK release

This commit is contained in:
vizhur
2020-05-27 02:45:07 +00:00
parent 12c06a4168
commit 11e8ed2bab
74 changed files with 1085 additions and 713 deletions

View File

@@ -279,7 +279,8 @@
" outputs=[prepared_fashion_ds],\n",
" source_directory=script_folder,\n",
" compute_target=compute_target,\n",
" runconfig=run_config)"
" runconfig=run_config,\n",
" allow_reuse=False)"
]
},
{

View File

@@ -2,6 +2,5 @@ name: pipeline-for-image-classification
dependencies:
- pip:
- azureml-sdk
- azureml-dataprep
- pandas<=0.23.4
- fuse