@@ -73,16 +73,6 @@ Currently Loaded Modules:
7373If you have troubles with loading the SLEAP module,
7474see 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
8878While 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
454444You 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