ekleiman22

Results 8 issues of ekleiman22

I downloaded yours TensorFlowNET.Examples and try to check all examples. In example #17 in class **DigitRecognitionRNN** in method **BuildGraph()** I got an error "Object reference not set to an instance...

I tried twice to download the code as zip-file. First time I got file **machinelearning-samples-main.zip** having length 870,209 kb and cannot extract files :"**The compressed folder is empty**". So I...

I trained a model with **SpikeDetection.ModelTrainer** project and saved it. Then I ran project **SpikeDetection.WinForms** with option **Spike Detection**. The program fails in `ITransformer tansformedModel = mlcontext.Model.Load(modelPath, out var modelInputSchema);`...

When I run **ParseTree** project I get error in **DrawTree** method of **LithiumControl**.cs in the following row: `p = new Point(graphAbstract.Root.X, graphAbstract.Root.Y);` because graphAbstract.Root == null. I get the following...

I have copied all sample code into my page say index.html. When I try to browse this page I got no map and in console I see error message: **leaflet-tilelayer-wmts.js:1...

I copied all files of the project to my computer and opened it in Visual Studio 2015 under IIS Express. When I make browse on index.html I got error Failed...

[Sample Shape.txt](https://github.com/wavded/js-shapefile-to-geojson/files/978114/Sample.Shape.txt) Hello, I use your code to convert shape files to json and to show on the map. In most cases it works wonderful, thank you very much. But...

Your URL for call YouTube API does not work because Google has changed it.