You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to parse string by use char. Due to string is various length.
But it seems the read NPY file is incomplete, if parse NPY file with string/char type. I think there must be some issues here.
Yeah, I also am having difficulties loading in string arrays. The first few bytes read in from an array saved as "<UX" dtype are typically correct but other bytes seem to be overwritten with garbage.
Hi Guys, thanks for providing such a convenient tool to parse NPZ.
Now I could parse
double
anduint64_t
data from NPZ, but I can not parsenumpy.str_
(e.g.std::string
?)Is it possible to parse
string
by using CNPY?If it is YES, could you give me a simple example to parse
string
?Thanks!
The text was updated successfully, but these errors were encountered: