sony / nnabla

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

support all types read from hdf5 file #1218

Closed TomonobuTsujikawa closed 1 year ago

TomonobuTsujikawa commented 1 year ago

The implementation supported float32 only. So, the nbla command crashed on loading file if there is any other type in .h5 parameter file.

This PR supports all types in h5 parameter file.