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 195efa9 commit a192632Copy full SHA for a192632
docs/Using-Tensorboard.md
@@ -129,5 +129,5 @@ To get custom metrics from a C# environment into Tensorboard, you can use the
129
130
```csharp
131
var statsRecorder = Academy.Instance.StatsRecorder;
132
-statsSideChannel.Add("MyMetric", 1.0);
+statsRecorder.Add("MyMetric", 1.0);
133
```
0 commit comments