-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Hello, great software!
I have a problem, I create dataset with 2 labels 100 mages everyone, then when go to generate model, error on line 138
I working on the version net 4.7.2 WebCamImageClassificationNet472, the line is:
var results = Trainer.GenerateModel(txtDatasetDir.Text, hp);
The error is:
System.TypeInitializationException: 'The type initializer for 'Tensorflow.Binding' threw an exception.'
DllNotFoundException: Unable to load DLL 'tensorflow': The specified module could not be found. (Exception from HRESULT: 0x8007007E)
Im on visual studio 2019, windows 11, the version for net 4.72 have that error.
The version for .net not trow any error, but when consume the model nothing happens, just run the camera and classification not produce any result.