Skip to content

Commit 7215a52

Browse files
committed
remove register for now
1 parent 5152265 commit 7215a52

File tree

1 file changed

+5
-15
lines changed

1 file changed

+5
-15
lines changed

articles/machine-learning/service/how-to-train-chainer.md

Lines changed: 5 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -172,23 +172,13 @@ As the Run is executed, it goes through the following stages:
172172

173173
- **Post-Processing**: The ./outputs folder of the run is copied over to the run history.
174174

175-
## Register the model
176175

177-
Once you've trained the model, you can register it to your workspace. Model registration lets you store and version your models in your workspace to simplify [model management and deployment](concept-model-management-and-deployment.md).
178-
179-
```Python
180-
CODE HERE
181-
```
182-
183-
You can also download a local copy of the model. This can be useful for doing additional model validation work locally. In the training script, `mnist-chainer.py`, a saver object persists the model to a local folder (local to the compute target). You can use the Run object to download a copy from datastore.
176+
## Next steps
184177

185-
```Python
186-
CODE HERE
187-
```
178+
In this article, you trained a Chainer model on Azure Machine Learning service.
188179

189-
## Next steps
180+
* To learn how to deploy a model, continue on to our [model deployment](how-to-deploy-and-where.md) article.
190181

191-
In this article, you trained and registered a Chainer model on Azure Machine Learning service. To learn how to deploy a model, continue on to our model deployment article.
182+
* [Tune hyperparameters](how-to-tune-hyperparameters.md)
192183

193-
> [!div class="nextstepaction"]
194-
> [How and where to deploy models](how-to-deploy-and-where.md)
184+
* [Track run metrics during training](how-to-track-experiments.md)

0 commit comments

Comments
 (0)