We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b251295 commit dc4a4c2Copy full SHA for dc4a4c2
1 file changed
src/TensorFlowNET.Core/Sessions/Session.cs
@@ -65,7 +65,7 @@ public static Session LoadFromSavedModel(string path)
65
// var meta_graph = MetaGraphDef.Parser.ParseFrom(data);*/
66
status.Check(true);
67
68
- return new Session(sess, g: new Graph(graph).as_default()).as_default();
+ return new Session(sess, g: new Graph(graph)).as_default();
69
}
70
71
0 commit comments