Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix np.array error inside JSON serializer #2

Open
kyrylo-gr opened this issue Dec 23, 2023 · 0 comments
Open

fix np.array error inside JSON serializer #2

kyrylo-gr opened this issue Dec 23, 2023 · 0 comments

Comments

@kyrylo-gr
Copy link
Owner

This is the error that you get what saving list with np.array

'TypeError: Object of type ndarray is not JSON serializable'

TODO:

  • make sure that it should try the best to save np.arrays inside h5 without conversion
  • in the worst case scenario make the this conversion work
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant