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
TensorFlowTransform does not implement IDisposable.
Instead the Finalizer directly calls the private Dispose() method to free resources. We need to understand the reasoning behind ML.NET Transforms not implementing IDisposable
I don't see this as an issues as the same applies for every other transform. Please add more details to why you believe this is an issue and we can reopen.
TensorFlowTransform does not implement IDisposable.
Instead the Finalizer directly calls the private Dispose() method to free resources. We need to understand the reasoning behind ML.NET Transforms not implementing IDisposable
Discussion
The text was updated successfully, but these errors were encountered: