Skip to content

Commit

Permalink
Clarify
Browse files Browse the repository at this point in the history
  • Loading branch information
motin committed Jan 25, 2024
1 parent 6319237 commit 3b578c5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions automation-api/yival_experiments/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,11 @@ of `custom_configuration/model_compare.py` and
To run a particular experiment configuration (in `./yival_experiments/experiment_configurations/`):

``` shell
poe run_experiment --experiment=experiment_202401251706_en-US
poe run_experiment --experiment=experiment_name
```

This will output a pickle file in `./yival_experiments/output/experiment_202401251706_en-US_0.pkl` which includes all Experiment Results objects.
This will use the configuration experiment_name.yaml in `./yival_experiments/experiment_configurations/`
and output a pickle file in `./yival_experiments/output/experiment_name_en-US_0.pkl` which includes all Experiment Results objects.

When the experiment is completed, Yival will start a web server to show the results.

Expand Down

0 comments on commit 3b578c5

Please sign in to comment.