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
Starting a new VS project, and adding only the TensorFlow.NET reference is not sufficient. On first usage of 'tf' it throws an exception: "The type initializer for 'Tensorflow.tf" threw an exception" of type DllNotFoundException.
Adding also nuget package Microsoft.ML.TensorFlow.Redist gets me going. But not sure if this is proper.
Kris
The text was updated successfully, but these errors were encountered:
Starting a new VS project, and adding only the TensorFlow.NET reference is not sufficient. On first usage of 'tf' it throws an exception: "The type initializer for 'Tensorflow.tf" threw an exception" of type DllNotFoundException.
Adding also nuget package Microsoft.ML.TensorFlow.Redist gets me going. But not sure if this is proper.
Kris
The text was updated successfully, but these errors were encountered: