sony / nnabla

Neural Network Libraries
https://nnabla.org/
Apache License 2.0
2.73k stars 334 forks source link

support larger than 2GB file by refining the use of hdf5 #1153

Closed TomonobuTsujikawa closed 1 year ago

TomonobuTsujikawa commented 1 year ago

This PR tends to support over 2GB file by using hdf5 data format, resolving the problem that windows does not support hdf5 in c++ library.