Skip to content

Commit

Permalink
fix typo in readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
RasmusOrsoe committed Sep 22, 2023
1 parent afeec3e commit 999e26d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/04_training/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ This subfolder contains two main training scripts:
--prediction-names zenith_pred zenith_kappa_pred azimuth_pred azimuth_kappa_pred
```

**`02_train_model_dynedge_from_config.py** Shows how to train a GNN on neutrino telescope data **using configuration files** to construct the dataset that loads the data and the model that is trained. This is the recommended way to configure standard dataset and models, as it is easier to ready and share than doing so in pure code. This example can be run using a few different models targeting different physics use cases. For instance, you can try running:
**`03_train_model_dynedge_from_config.py** Shows how to train a GNN on neutrino telescope data **using configuration files** to construct the dataset that loads the data and the model that is trained. This is the recommended way to configure standard dataset and models, as it is easier to ready and share than doing so in pure code. This example can be run using a few different models targeting different physics use cases. For instance, you can try running:

```bash
# Show the CLI
Expand Down

0 comments on commit 999e26d

Please sign in to comment.