From 3b578c591ed3fc79ade92eea193e36a83e8dfd81 Mon Sep 17 00:00:00 2001 From: Motin Date: Thu, 25 Jan 2024 22:27:50 +0200 Subject: [PATCH] Clarify --- automation-api/yival_experiments/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/automation-api/yival_experiments/README.md b/automation-api/yival_experiments/README.md index a8f4ac9..90c2d0d 100644 --- a/automation-api/yival_experiments/README.md +++ b/automation-api/yival_experiments/README.md @@ -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.