libnpy
libnpy copied to clipboard
C++ library for reading and writing of numpy's .npy files
I find i can't load the numpy file due to "terminate called after throwing an instance of "'std::runtime_error' what(): formatting error: typestrings not matching", and i tried "std::vector data", std::vector...
for compatibility with Potential software other way
Hello @llohse Would you accept a PR in order to support reading/writing npz (zip of npy files) ?
ament_cpplint is complaining about the C type long & short, can you please use int16/int64/etc, instead? Thanks for your awesome work!
Can we add [half](https://half.sourceforge.net/) as a dependency to support half precision floating point number? I've done a bit of simple test, it seems work fine.
Hi. I am writing a recipe for libnpy for a package manager called conan. Let me ask a question that has arisen while writing the recipe. Version 1.0.1 appears to...
Foremost, I should have thank you for an impressive project. However, for a wider approach to this project, it seems like there has no support for saving libtorch datatypes into...