Skip to content
This repository was archived by the owner on Jul 14, 2026. It is now read-only.

Commit 9453050

Browse files
committed
move note about sleap train/track alias commands
1 parent 9bd3f55 commit 9453050

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

docs/source/data_analysis/HPC-module-SLEAP.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -73,16 +73,6 @@ Currently Loaded Modules:
7373
If you have troubles with loading the SLEAP module,
7474
see the [](troubleshooting) section.
7575

76-
:::{note}
77-
The SLEAP CLI commands `sleap train` and `sleap track` are aliases for
78-
`sleap-nn train` and `sleap-nn track` respectively; the two forms work
79-
interchangeably. For a full list of arguments, run `<command> --help`
80-
(with the SLEAP module loaded) or consult the SLEAP-NN documentation on
81-
[training](https://nn.sleap.ai/latest/guides/training/),
82-
[inference](https://nn.sleap.ai/latest/guides/inference/) and
83-
[tracking](https://nn.sleap.ai/latest/guides/tracking/).
84-
:::
85-
8676

8777
### Install SLEAP on your local PC/laptop
8878
While you can delegate the GPU-intensive work to the HPC cluster,
@@ -454,6 +444,16 @@ Upon completion, a `labels.v002.predictions.slp` file will have been created in
454444
You can use the SLEAP GUI on your local machine to load and view the predictions:
455445
*File* -> *Open Project...* -> select the `labels.v002.predictions.slp` file.
456446

447+
:::{note}
448+
The SLEAP CLI commands `sleap train` and `sleap track` are aliases for
449+
`sleap-nn train` and `sleap-nn track` respectively; the two forms work
450+
interchangeably. For a full list of arguments, run `<command> --help`
451+
(with the SLEAP module loaded) or consult the SLEAP-NN documentation on
452+
[training](https://nn.sleap.ai/latest/guides/training/),
453+
[inference](https://nn.sleap.ai/latest/guides/inference/) and
454+
[tracking](https://nn.sleap.ai/latest/guides/tracking/).
455+
:::
456+
457457

458458
## The training-inference cycle
459459

0 commit comments

Comments
 (0)