* minor edit

* slight edit
This commit is contained in:
Cody 2020-11-16 12:45:07 -08:00 коммит произвёл GitHub
Родитель e800ed93f4
Коммит ecd3759f6b
2 изменённых файлов: 18 добавлений и 8 удалений

Просмотреть файл

@ -31,6 +31,15 @@ To create or setup a workspace with the assets used in these examples, run the [
>
> Run `python setup-workspace.py -h` to see other arguments.
## Getting started
To get started, try the [introductory tutorial](tutorials/an-introduction). You'll accomplish:
- run a `"hello world"` job on cloud compute to demonstrate the basics
- run a series of PyTorch training jobs on cloud compute to demonstrate mlflow tracking & using cloud data
You should then be able to understand every other example available in the repository, which are listed below.
## Contents
A lightweight template repository for automating the ML lifecycle can be found [here](https://github.com/Azure/azureml-template).
@ -43,10 +52,6 @@ A lightweight template repository for automating the ML lifecycle can be found [
|`tutorials`|self-contained directories of end-to-end tutorials|
|`workflows`|self-contained directories of job to be run, organized by scenario then tool then project|
## Getting started
To get started, try the [introductory tutorial](tutorials/an-introduction).
## Contributing
We welcome contributions and suggestions! Please see the [contributing guidelines](CONTRIBUTING.md) for details.

Просмотреть файл

@ -31,6 +31,15 @@ To create or setup a workspace with the assets used in these examples, run the [
>
> Run `python setup-workspace.py -h` to see other arguments.
## Getting started
To get started, try the [introductory tutorial](tutorials/an-introduction). You'll accomplish:
- run a `"hello world"` job on cloud compute to demonstrate the basics
- run a series of PyTorch training jobs on cloud compute to demonstrate mlflow tracking & using cloud data
You should then be able to understand every other example available in the repository, which are listed below.
## Contents
A lightweight template repository for automating the ML lifecycle can be found [here](https://github.com/Azure/azureml-template).
@ -43,10 +52,6 @@ A lightweight template repository for automating the ML lifecycle can be found [
|`tutorials`|self-contained directories of end-to-end tutorials|
|`workflows`|self-contained directories of job to be run, organized by scenario then tool then project|
## Getting started
To get started, try the [introductory tutorial](tutorials/an-introduction).
## Contributing
We welcome contributions and suggestions! Please see the [contributing guidelines](CONTRIBUTING.md) for details.