syvain-metrics 0.0.93 → 0.0.95
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -1
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -40,7 +40,6 @@ syvain-metrics experiments list --limit 20 --human
|
|
|
40
40
|
syvain-metrics experiments get --slug dendro-mamba-run-001
|
|
41
41
|
syvain-metrics experiments metrics --id exp_123 --metric-name train_loss --limit 500
|
|
42
42
|
syvain-metrics experiments catalog --id exp_123
|
|
43
|
-
syvain-metrics experiments catalog-values --id exp_123 --metric train_loss
|
|
44
43
|
syvain-metrics experiments annotate --id exp_123 --annotation "Good validation run"
|
|
45
44
|
```
|
|
46
45
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "syvain-metrics",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.95",
|
|
4
4
|
"description": "Syvain Metrics command line interface.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -15,11 +15,11 @@
|
|
|
15
15
|
"syvain-metrics": "bin/syvain-metrics.js"
|
|
16
16
|
},
|
|
17
17
|
"optionalDependencies": {
|
|
18
|
-
"syvain-metrics-linux-x64": "0.0.
|
|
19
|
-
"syvain-metrics-linux-arm64": "0.0.
|
|
20
|
-
"syvain-metrics-darwin-x64": "0.0.
|
|
21
|
-
"syvain-metrics-darwin-arm64": "0.0.
|
|
22
|
-
"syvain-metrics-windows-x64": "0.0.
|
|
23
|
-
"syvain-metrics-windows-arm64": "0.0.
|
|
18
|
+
"syvain-metrics-linux-x64": "0.0.95",
|
|
19
|
+
"syvain-metrics-linux-arm64": "0.0.95",
|
|
20
|
+
"syvain-metrics-darwin-x64": "0.0.95",
|
|
21
|
+
"syvain-metrics-darwin-arm64": "0.0.95",
|
|
22
|
+
"syvain-metrics-windows-x64": "0.0.95",
|
|
23
|
+
"syvain-metrics-windows-arm64": "0.0.95"
|
|
24
24
|
}
|
|
25
25
|
}
|