MLNetExamples icon indicating copy to clipboard operation
MLNetExamples copied to clipboard

Error while runing project transfer learning

Open PanwarParamveer opened this issue 5 years ago • 2 comments

System.FormatException HResult=0x80131537 Message=Tensorflow exception triggered while loading model. Source=Microsoft.ML.TensorFlow StackTrace: at Microsoft.ML.TensorFlow.TensorFlowUtils.LoadTFSessionByModelFilePath(IExceptionContext ectx, String modelFile, Boolean metaGraph) at Microsoft.ML.TensorflowCatalog.LoadTensorFlowModel(ModelOperationsCatalog catalog, String modelLocation) at TransferLearning.Program.Main(String[] args) in X:\MLProject\MLNetExamples\TransferLearning\Program.cs:line 18

Inner Exception 1: DllNotFoundException: Unable to load DLL 'tensorflow' or one of its dependencies: The specified module could not be found. (Exception from HRESULT: 0x8007007E)

PanwarParamveer avatar Nov 10 '19 15:11 PanwarParamveer

Do you got any solution , because i'm getting this same error !

sefatanam avatar Mar 27 '20 19:03 sefatanam

This was raised in an ML.NET issue as well. Try following those steps and if you still have issues just let me know.

jwood803 avatar Apr 04 '20 14:04 jwood803