Skip to content

Commit 2986ca4

Browse files
author
Larry
committed
adding mention that gitignore is recognized also
1 parent c390f2c commit 2986ca4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ To resolve this error, store your experiment files on a datastore. If you can't
4949
Experiment description|Storage limit solution
5050
---|---
5151
Less than 2000 files & can't use a datastore| Override snapshot size limit with <br> `azureml._restclient.snapshots_client.SNAPSHOT_MAX_SIZE_BYTES = 'insert_desired_size'`<br> This may take several minutes depending on the number and size of files.
52-
Must use specific script directory| Make a `.amlignore` file to exclude files from your experiment snapshot that are not part of the source code. Add the filenames to the `.amlignore` file and place it in the same directory as your training script. The `.amlignore` file uses the same [syntax and patterns](https://git-scm.com/docs/gitignore) as a `.gitignore` file.
52+
Must use specific script directory| Make a `.gitignore` or `.amlignore` file to exclude files from your experiment snapshot that are not part of the source code. Add the filenames to the `.gitignore` or `.amlignore` file and place it in the same directory as your training script. The `.amlignore` file uses the same [syntax and patterns](https://git-scm.com/docs/gitignore) as a `.gitignore` file. If both files exist, the `.amlignore` file takes precedence.
5353
Pipeline|Use a different subdirectory for each step
5454
Jupyter notebooks| Create a `.amlignore` file or move your notebook into a new, empty, subdirectory and run your code again.
5555

0 commit comments

Comments
 (0)