Skip to content

Commit

Permalink
align with pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
eunwoosh committed Dec 5, 2023
1 parent 304eb4f commit 0dc2671
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Sample Experiment Recipe YAML File:

Arguments for recipe

- output*path (optional) : Output path where all experiment outputs are saved. Default is "./experiment*{executed_time}"
- output_path (optional) : Output path where all experiment outputs are saved. Default is "./experiment\_{executed_time}"
- constant (optional) :
It's similar as constant or variable in programming languages.
You can use it to replace duplicated string by using ${constant_name} in variables or commands.
Expand All @@ -82,7 +82,7 @@ Note that all commands within each case are executed within the same workspace,
obviating the need to set a template path from the second command.
When the "otx eval" or "otx optimize" command is executed, the model file (model weight or exported model, etc.)
is automatically selected based on the preceding command.
The output file of "otx eval" is then stored at "_workspace*path/outputs/XXXX*{train, export, optimize, etc.}/_"
The output file of "otx eval" is then stored at "workspace_path/outputs/XXXX\_{train, export, optimize, etc.}/"
under the name "performance.json".

### Feature 2 : organize experiment result from single workspace
Expand Down

0 comments on commit 0dc2671

Please sign in to comment.