Skip to content

Commit

Permalink
docs: caught a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
eecsliu committed Jun 24, 2020
1 parent 1269844 commit 9dca17d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ documentation](https://docs.determined.ai/latest/reference/cli.html).

## Training a Sample Model

The `examples/official/trail/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

Expand All @@ -101,7 +101,7 @@ det experiment create <config> examples/official/trial/mnist_pytorch/

where `<config>` can be

- `examples/official/trail/mnist_pytorch/const.yaml` to train a single model with fixed hyperparameters
- `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 9dca17d

Please sign in to comment.