Skip to content

Commit

Permalink
Merge pull request #204 from alexiguazio/patch-7
Browse files Browse the repository at this point in the history
Update 3-automatic-pipeline.ipynb
  • Loading branch information
aviaIguazio authored Dec 13, 2021
2 parents e98899c + a7b0e22 commit 54cc1dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mask-detection/3-automatic-pipeline.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"source": [
"# Mask Detection Demo - Automatic Pipeline (3 / 3)\n",
"\n",
"The following example demonstrates how to package a project and how to run an automatic pipeline for training, evaluating, optimizing and serving the mask detection model using our saved MLRun functions from the previous notebooks.\n",
"The following example demonstrates how to package a project and how to run an automatic pipeline to train, evaluate, optimize and serve the mask detection model using our saved MLRun functions from the previous notebooks.\n",
"\n",
"1. [Set up the project](#section_1)\n",
"2. [Write and save the workflow](#section_2)\n",
Expand Down Expand Up @@ -322,7 +322,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"Note that after running the cell above, the `workflow.py` file is created. Saving your workflow to file allows you to use it if run the project from a different environment.\n",
"Note that after running the cell above, the `workflow.py` file is created. Saving your workflow to file allows you to run the project from a different environment.\n",
"\n",
"In order to take this project with the functions we set and the workflow we saved over to a different environemnt, first set the workflow to the project. The workflow can be set using `project.set_workflow`. After setting it, we will save the project by calling `project.save`. When loaded, it can be run from another environment from both code and from cli. For more information regarding saving and loading a MLRun project, see the [documentation](https://docs.mlrun.org/en/latest/projects/overview.html)."
]
Expand Down Expand Up @@ -719,4 +719,4 @@
},
"nbformat": 4,
"nbformat_minor": 4
}
}

0 comments on commit 54cc1dd

Please sign in to comment.