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
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Using .net framework 4.7.1 and tensorflowsharp version of 1.15.0 Describe the solution you'd like
A clear and concise description of what you want to happen.
I am trying to convert image to tensor format
using createTensorFromImage
In the line -> TFTensor tensor = matrix;
I get error :
System.TypeInitializationException: The type initializer for 'TensorFlow.TFCore' threw an exception. ---> System.Exception: Exception of type 'System.Exception' was thrown.
at TensorFlow.TFCore.CheckSize()
at TensorFlow.TFCore.Init()
at TensorFlow.TFCore..cctor()
--- End of inner exception stack trace ---
at TensorFlow.TFCore.Init()
at TensorFlow.TFDisposable..cctor()
The type initializer for 'TensorFlow.TFDisposable' threw an exception.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Using .net framework 4.7.1 and tensorflowsharp version of 1.15.0
Describe the solution you'd like
A clear and concise description of what you want to happen.
I am trying to convert image to tensor format
using createTensorFromImage
In the line -> TFTensor tensor = matrix;
I get error :
System.TypeInitializationException: The type initializer for 'TensorFlow.TFCore' threw an exception. ---> System.Exception: Exception of type 'System.Exception' was thrown.
at TensorFlow.TFCore.CheckSize()
at TensorFlow.TFCore.Init()
at TensorFlow.TFCore..cctor()
--- End of inner exception stack trace ---
at TensorFlow.TFCore.Init()
at TensorFlow.TFDisposable..cctor()
The type initializer for 'TensorFlow.TFDisposable' threw an exception.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: