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.
2 parents 86b235f + 4e0c3df commit 6264c79Copy full SHA for 6264c79
src/TensorFlowNET.Keras/Saving/KerasObjectLoader.cs
@@ -174,7 +174,7 @@ public void del_tracking()
174
}
175
if(node is Functional functional)
176
{
177
- foreach(var name in functional.UnconditionalDependencyNames.Keys)
+ foreach(var name in functional.UnconditionalDependencyNames.Keys.ToArray())
178
179
if(Regex.Match(name, @"^layer(_with_weights)?-[\d+]").Success)
180
0 commit comments