You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should add an overload that takes a string filePath as a convenience API over top of this. That way all the callers don't need to open a FileStream and dispose of it, etc, just to load a model.
Today, the only way to load a model is by using a
Stream
:machinelearning/src/Microsoft.ML.Data/Model/ModelOperationsCatalog.cs
Lines 36 to 41 in e2464f6
We should add an overload that takes a
string filePath
as a convenience API over top of this. That way all the callers don't need to open aFileStream
and dispose of it, etc, just to load a model.@TomFinley @CESARDELATORRE @sfilipi @shauheen
The text was updated successfully, but these errors were encountered: