-
Notifications
You must be signed in to change notification settings - Fork 26
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
Question about make_h5.py #5
Comments
Hi @Jupiter-hzh, as described in the h5py documentation, the |
The target of using h5py is just reducing the indexing time in training stage. If you want to test it only, you can rewrite the |
Thanks. For anyone has the same error, here is the snipet:
|
I have updated the codes of this part, thanks @chuong98 @luca-zanella-dvl |
tostring( ) is not supported in Python > 3.6, so I use tobytes( ) instead, but it looks like something wrong happened in frame. It has NULL so it can't work. Can you help me?
The text was updated successfully, but these errors were encountered: