machinelearning-samples
machinelearning-samples copied to clipboard
Unable to find entry point named "TF_StringEncodedSize" in DLL "tensorFlow"
I don't have the version of dot net that the sample was based on. I used the upgrade assistant to upgrade to .net 8. I also updated all the nuget's. It crashed on line 94 in program.cs in the ImageClassification.Train project. This is the output: System.EntryPointNotFoundException HResult=0x80131523 Message=Unable to find an entry point named 'TF_StringEncodedSize' in DLL 'tensorflow'. Source=<Cannot evaluate the exception source> StackTrace: <Cannot evaluate the exception stack trace>
please provide a demo to reproduce