Skip to content

Commit

Permalink
docs: update the path to example configs (determined-ai#765)
Browse files Browse the repository at this point in the history
* docs: updating the path to example configs

* docs: caught a typo
  • Loading branch information
eecsliu authored and Caleb Kang committed Jun 25, 2020
1 parent 18c4f26 commit 482807c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,18 +91,18 @@ documentation](https://docs.determined.ai/latest/reference/cli.html).

## Training a Sample Model

The `examples/official/mnist_pytorch` directory contains code to train a convnet
The `examples/official/trial/mnist_pytorch` directory contains code to train a convnet
on [MNIST](http://yann.lecun.com/exdb/mnist/) using PyTorch. To train a model,
run

```sh
det experiment create <config> examples/official/mnist_pytorch/
det experiment create <config> examples/official/trial/mnist_pytorch/
```

where `<config>` can be

- `examples/official/mnist_pytorch/const.yaml` to train a single model with fixed hyperparameters
- `examples/official/mnist_pytorch/adaptive.yaml` to train multiple models using
- `examples/official/trial/mnist_pytorch/const.yaml` to train a single model with fixed hyperparameters
- `examples/official/trial/mnist_pytorch/adaptive.yaml` to train multiple models using
an [adaptive hyperparameter search
algorithm](https://docs.determined.ai/latest/topic-guides/hp-tuning-det/index.html#adaptive-search)

Expand Down

0 comments on commit 482807c

Please sign in to comment.