Commit 940598a
Fix relation between IsSavedModel and isFrozen (dotnet#4197)
IsSavedModel returns true when loaded model is an-frozen model (ref: https://github.com/dotnet/machinelearning/blob/1503b0aa9cac997cff8b8bc7e2075eb23d61ad81/src/Microsoft.ML.Dnn/DnnUtils.cs#L137 )
but now isFrozen variable is set true in spite of an-frozen model.1 parent e19369b commit 940598a
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
683 | 683 | | |
684 | 684 | | |
685 | 685 | | |
686 | | - | |
| 686 | + | |
687 | 687 | | |
688 | 688 | | |
689 | 689 | | |
| |||
0 commit comments