Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nily-dti committed Dec 10, 2019
1 parent c67cd67 commit a87874f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/fashion_mnist/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ tracker experiment create tensorflow_cnn
tracker experiment run EXECUTABLE_FILE:OPERATION_NAME parameters.seed.value=42 parameters.batch_size.value=42 [...]
```

> **_BE ADVISED:_** The above calls are not supported in the current version of Tracker! They will be released with the introduction of OmegaConf. The ECF for this example can be downloaded from [here](https://github.com/dti-research/tracker/blob/master/examples/fashion_mnist/tensorflow_cnn.yaml). Save the file to the `experiments/` folder. Now modify your project `tracker.yaml` file to contain the path the name of the experiment and the corresponding ECF (`tensorflow_cnn: experiments/tensorflow_cnn.yaml`).
> **_BE ADVISED:_** The above calls are not supported in the current version of Tracker! They will be released with the introduction of OmegaConf. The ECF for this example can be downloaded from [here](https://raw.githubusercontent.com/dti-research/tracker/master/examples/fashion_mnist/tensorflow_cnn.yaml). Save the file to the `experiments/` folder. Now modify your project `tracker.yaml` file to contain the path the name of the experiment and the corresponding ECF (`tensorflow_cnn: experiments/tensorflow_cnn.yaml`).
In the ECF, `tensorflow_cnn` could be any unique identifier for your experiment. Remember
that you have to be at the root of the project when invoking this command. You
Expand Down

0 comments on commit a87874f

Please sign in to comment.