We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a6358f7 + e18a96f commit e7caf9fCopy full SHA for e7caf9f
src/nrdk/framework/load.py
@@ -14,7 +14,7 @@ def load_model(
14
15
If `path` is a directory, it should contain a `weights.pth` file and a
16
`config.yaml` file, i.e., as saved by
17
- [`nrdk export`][nrdk._cli.cli_export].
+ [`nrdk export`](../cli.md/#nrdk-export).
18
19
Args:
20
path: path to the model checkpoint or directory.
0 commit comments