pluskid / Mocha.jl

Deep Learning framework for Julia
Other
1.29k stars 254 forks source link

Creating HDF5 Data Layer #247

Open ghost opened 6 years ago

ghost commented 6 years ago

Hi! I'm rather new to mocha.jl and am currently having issues creating a HDF5 file for the DataLayer. I currently have several .csv files each containing X-Coordinates, Y-Coordinates, and MinimumDistance and need to combine them as the HDF5DataLayer. Was hoping if there is a format for combining several .csv files into HDF5 to use as input for training. Thanks~~