Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
cailigd committed Jun 27, 2024
1 parent 06ad6f7 commit e92dbf6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -199,13 +199,13 @@ model files during training are saved under folders named like:

::
# serially running two trials (default)
# running trials without Ray (default)
./results/your_experiment_name/Train_xxx...xxx/checkpoint_x/
- model
- model.config.pkl
- model.fdiri_cal.pkl

# parallelly running two trials using Ray
# running trials using Ray
./ray_results/your_experiment_name/Train_xxx...xxx/checkpoint_x/
- model
- model.config.pkl
Expand All @@ -225,10 +225,10 @@ training.

::

# serially running two trials (default)
# running trials without Ray (default)
get_best_mural_models ./results/your_experiment_name/Train_*/progress.csv

# parallelly running two trials using Ray
# running trials using Ray
get_best_mural_models ./ray_results/your_experiment_name/Train_*/progress.csv

* Example 1
Expand Down

0 comments on commit e92dbf6

Please sign in to comment.