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 cea60bb commit 9d3d279Copy full SHA for 9d3d279
src/ConvNetSharp.Flow/Ops/Log.cs
@@ -28,6 +28,7 @@ public override Volume<T> Evaluate(Session<T> session)
28
{
29
return base.Evaluate(session);
30
}
31
+
32
this.IsDirty = false;
33
34
var x = this.Parents[0].Evaluate(session);
0 commit comments