Skip to content

Commit 72cf2c5

Browse files
authored
Merge pull request #78338 from jackharter5/master
Added Note to concept-azure-machine-learning-architecture.md about .a…
2 parents 094bf57 + dcb10d5 commit 72cf2c5

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

articles/machine-learning/service/concept-accelerate-with-fpgas.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ To get started deploying trained DNN models to FPGAs in the Azure cloud, see [De
7575

7676
Check out these videos and blogs:
7777

78-
+ [Hyperscale hardware: ML at scale on top of Azure + FPGA : Build 2018 (video)](https://www.youtube.com/watch?v=BMgQAHIx2eY)
78+
+ [Hyperscale hardware: ML at scale on top of Azure + FPGA : Build 2018 (video)](https://channel9.msdn.com/events/Build/2018/BRK3202)
7979

8080
+ [Inside the Microsoft FPGA-based configurable cloud (video)](https://channel9.msdn.com/Events/Build/2017/B8063)
8181

articles/machine-learning/service/concept-azure-machine-learning-architecture.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,9 @@ When you start a training run where the source directory is a local Git reposito
160160

161161
When you submit a run, Azure Machine Learning compresses the directory that contains the script as a zip file and sends it to the compute target. The zip file is then extracted, and the script is run there. Azure Machine Learning also stores the zip file as a snapshot as part of the run record. Anyone with access to the workspace can browse a run record and download the snapshot.
162162

163+
> [!NOTE]
164+
> To prevent unnecessary files from being included in the snapshot, make an ignore file (.gitignore or .amlignore). Place this file in the Snapshot directory and add the filenames to ignore in it. The .amlignore file uses the same [syntax and patterns as the .gitignore file](https://git-scm.com/docs/gitignore). If both files exist, the .amlignore file takes precedence.
165+
163166
## Activity
164167

165168
An activity represents a long running operation. The following operations are examples of activities:

0 commit comments

Comments
 (0)