Skip to content

Commit

Permalink
chore: update docs/json_tooling_usage.md
Browse files Browse the repository at this point in the history
Co-authored-by: Sasha <[email protected]>
  • Loading branch information
RuanJohn and sash-a authored Feb 27, 2024
1 parent 14d6ef3 commit 3661566
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/json_tooling_usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ concatenate_json_files(

## An example use case:
* Run 10 independent trials of an experiment on different cloud machines with different seeds.
* Log each experiment using the `JsonLogger` to it's own path e.g metrics/experiment_<i>.
* Log each experiment using the `JsonLogger` to it's own path e.g `metrics/experiment_<i>`.
* Push these JSON logs to neptune.
* Retrieve all the JSON logs locally using the `pull_neptune_data` function.
* Merge all the JSON logs using the `concatenate_json_files` function.
Expand Down

0 comments on commit 3661566

Please sign in to comment.