SciSharp-Stack-Examples
SciSharp-Stack-Examples copied to clipboard
Practical examples written in SciSharp's machine learning libraries
I tried removing the reference, but most image manipulation examples fail with "reference not set to an instance of an object". Any ideas?
Hi can anyone make ImageBackgroundRemoval example work? I tried many things without success can you please upload simple working code for Image Background Removal Thanks
I'm getting error when I use the retrained model from transfer learning. 
Hello Masters! Were you able to include the creation of pbtxt file from transfer Learning for image? I tried the sample for transfer learning but the output label is text...
https://github.com/SciSharp/TensorFlow.NET-Examples/blob/24ed42b65bddc655b575532b7089d28aa5b07642/src/TensorFlowNET.Examples/BasicModels/LogisticRegression.cs#L92 When running `LogisticRegression` Example, I got an Exception: ``` System.InvalidOperationException: Can't construct NDCoordinatesIncrementor with an empty shape. at NumSharp.Utilities.NDCoordinatesIncrementor..ctor(Shape& shape) at NumSharp.NDArray._extract_indices(NDArray[] mindices, Boolean isCollapsed, NDArray out) at Tensorflow.Hub.MnistDataSet.GetNextBatch(Int32...
“https://github.com/tensorflow/models/raw/master/research/object_detection/test_images/image2.jpg“ ERR_ADDRESS_INVALID
The Example AudioProcessing is Empty. Can it be completed?