Error building clean pull (XYFrame)
Closed this issue · 3 comments
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?
Ok sure, thanks for letting me know. Just close this issue when done and I will jump back in!
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