Skip to content

Commit e9aad47

Browse files
authored
Update how-to-save-write-experiment-files.md
1 parent aa55b40 commit e9aad47

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

articles/machine-learning/service/how-to-save-write-experiment-files.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ Azure Machine Learning executes training scripts by copying the entire script fo
2929

3030
* **For large data and dependency files:** Store your files in an Azure Machine Learning [datastore](https://docs.microsoft.com/python/api/azureml-core/azureml.data?view=azure-ml-py). It has the advantages of accessing data from a remote compute target, which means things like authentication and mounting are managed by Azure Machine Learning service. Learn more about specifying a datastore as your source directory, and uploading files to your datastore in the [Access data from your datastores](how-to-access-data.md) article.
3131

32+
<a name="limits"></a>
33+
3234
### Storage limits of experiment snapshots
3335

3436
For experiments, Azure Machine Learning also makes an experiment snapshot of your code based on the directory you suggest when you configure the run. This has a total limit of 300 MB and/or 2000 files. If you exceed this limit, you'll see the following error:

0 commit comments

Comments
 (0)