SciSharp / SiaNet

An easy to use C# deep learning library with CUDA/OpenCL support
https://scisharp.github.io/SiaNet
MIT License
380 stars 83 forks source link

Shape is missing in example #1

Closed DeepScienceLabs closed 6 years ago

DeepScienceLabs commented 6 years ago

Throws exception that Dense is missing Shape in your example :)

deepakkumar1984 commented 6 years ago

Hi,

I will update the example. Please pass shape as 12 if you have the code in the first layer and then it will be good

Regards Deepak

On Tue, 24 Oct 2017 at 6:25 pm, DeepScienceLabs notifications@github.com wrote:

Throws exception that Dense is missing Shape in your example :)

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/deepakkumar1984/SiaNet/issues/1, or mute the thread https://github.com/notifications/unsubscribe-auth/AGCQKWpMqIpUxPeLCXSB7pcKzspHhWH8ks5svZfbgaJpZM4QD_lE .

-- Regards, Deepak

nikosdim1 commented 6 years ago

nice work :)

deepakkumar1984 commented 6 years ago

Thanks mate! I am going to add more examples for regression, classification, also will implement object and image recognition examples. Will document it so that its easy for . Net developers to learn and train deep neural networks:)

On Tue, 24 Oct 2017 at 7:14 pm, nikosdim1 notifications@github.com wrote:

nice work :)

— You are receiving this because you commented.

Reply to this email directly, view it on GitHub https://github.com/deepakkumar1984/SiaNet/issues/1#issuecomment-338918630, or mute the thread https://github.com/notifications/unsubscribe-auth/AGCQKRzM3T0pcRqvKeTMbTEM6e42j7nHks5svaNggaJpZM4QD_lE .

-- Regards, Deepak

deepakkumar1984 commented 6 years ago

Fixed the example