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
So I think it tensor flow terminology it's called unfrozen model, and you are absolutely right, GetModelNodes was written before we start support it, and it hasn't been updated.
System information
Issue
Tried to call GetModelNodes on a Tensor Flow model that was successfully able to be loaded using ScoreTensorFlowModel.
Received Exception: Access Denied Error
Successfully load model and enumerate model nodes.
Source code / logs
I believe it's because it's trying to load my folder path as a file:
machinelearning/src/Microsoft.ML.TensorFlow/TensorFlow/TensorflowUtils.cs
Line 83 in bdc9a9e
The text was updated successfully, but these errors were encountered: