dotnet / dotnet/machinelearning-samples
'Unable to find an entry point named 'TF_StringEncodedSize' in DLL 'tensorflow'.'
Open
- Dominant language
- PowerShell
- Stars
- 4.7k
- Forks
- 2.7k
- Avg merge
- 2d 22h
- Merged PRs (30d)
- 1
Description
i test this sample
[sample](https://github.com/dotnet/machinelearning-samples/blob/master/samples/csharp/getting-started/DeepLearning_ImageClassification_Training/README.md)
with winform application ,
But when i run app in this line
var prediction = predictionEngine.Predict(imageToPredict);
i get this error
System.EntryPointNotFoundException: 'Unable to find an entry point named 'TF_StringEncodedSize' in DLL 'tensorflow'.'
in that sample model is ok and all process run well,
but in my app i got this error .
Contributor guide
Assessment
This issue has not been assessed yet.