-
Notifications
You must be signed in to change notification settings - Fork 23
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
ValueError: cannot mmap an empty file #37
Comments
Because I didn't download the complete image compression package, I want to know how many images there are in the training set, verification set and test set respectively |
@xiang-xiang-zhu Hi, I guess you are not familiar with mmap format. |
Now I want to train with my own model. Can I directly use MMAP to read the data in the image part? Is the shape (image_num,feature_ dim)? |
@xiang-xiang-zhu Yes, please refer to our corresponding code. |
thank you very much
|
@xiang-xiang-zhu Yes, both of your comments are right. |
When I want to view the shape of train.features.mmap, numpy reports an error. How can I solve this problem
By the way, can I directly use the mmap file (such as train/valid/test. features.mmap) as the video feature, for example, save it as an .npy file for multimodal training
thank you
The text was updated successfully, but these errors were encountered: