SciSharp-Stack-Examples icon indicating copy to clipboard operation
SciSharp-Stack-Examples copied to clipboard

Practical examples written in SciSharp's machine learning libraries

Results 27 SciSharp-Stack-Examples issues
Sort by recently updated
recently updated
newest added

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. ![image](https://user-images.githubusercontent.com/51436125/70701101-bf9d7c80-1d06-11ea-8511-c7716e41e73c.png)

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?