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
* (Fix issue #1050) Renamed namespace to Microsoft.ML.Transforms to conform with TF transform.
* (Fix issue #1051) Added public create methods
* (Fixed issue 1053) IDV names don't have to be the same as OnnxModel node names.
* Added license header
We need this method to be public, instead of private:
IDataView trans = OnnxTransform.Create(env, pixels, model_location, "Output", "Input" });
The text was updated successfully, but these errors were encountered: