We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa6f8df commit c74f150Copy full SHA for c74f150
README.md
@@ -10,6 +10,14 @@ Features include:
10
- Shouldn't use tons of storage;
11
- Everything runs locally -- no possibly-sketchy third-party will be getting aceess to your code and experiments.
12
13
+## Install
14
+
15
+`logrun` can be installed [via `pip`](https://pypi.org/project/logrun/):
16
17
+```sh
18
+pip install logrun
19
+```
20
21
## Example usage
22
23
The following example trains a model and registers an experiment that outputed the file `trained_model.pth`:
0 commit comments