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

Error building clean pull (XYFrame) #37

Closed floAr closed 6 years ago

floAr commented 6 years ago

Hey! Trying to build from code. Is this not the intended way of getting dev-version? Solution is missing the XYFrame class, which is defined in SiaNet/Models (https://github.com/deepakkumar1984/SiaNet/blob/master/SiaNet/Model/TrainTestFrame.cs), but the file is not included in the project. Same goes for DataFrame class. After including the signatures of those classes don't seem to match the usage (wrong constructor, cast errors etc.) Am I missing something out here, or is the current state just not compiling?

deepakkumar1984 commented 6 years ago

Dear Florian,

I am working on fixing these issues. Please wait for next 1-2 days for my changes to check-in. There is a bit of refactoring going on.

On Sun, Jul 29, 2018 at 4:32 AM Florian Uhde notifications@github.com wrote:

Hey! Trying to build from code. Is this not the intended way of getting dev-version? Solution is missing the XYFrame class, which is defined in SiaNet/Models ( https://github.com/deepakkumar1984/SiaNet/blob/master/SiaNet/Model/TrainTestFrame.cs), but the file is not included in the project. Same goes for DataFrame class. After including the signatures of those classes don't seem to match the usage (wrong constructor, cast errors etc.) Am I missing something out here, or is the current state just not compiling?

— 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/37, or mute the thread https://github.com/notifications/unsubscribe-auth/AGCQKbI39a9Mkk_5aHQlOyNpZxHg94uhks5uLLVggaJpZM4VlJiU .

-- Regards, Deepak

floAr commented 6 years ago

Ok sure, thanks for letting me know. Just close this issue when done and I will jump back in!

deepakkumar1984 commented 6 years ago

Fixed the build issue. Please take clean pull again and build. I am working on the dataframe refactoring to use Accord framework which has good support for CSV, EXCEL, Images, Audio, Video processing and can be useful for data processing before feeding into the network.

https://github.com/deepakkumar1984/SiaNet/projects/1#card-11705433