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

Cannot open .pickle files #8

Open
mdciri opened this issue Nov 6, 2024 · 0 comments
Open

Cannot open .pickle files #8

mdciri opened this issue Nov 6, 2024 · 0 comments

Comments

@mdciri
Copy link

mdciri commented Nov 6, 2024

I cannot open any .pickle file in pretrained_features.
My current pickle version is the 4.0.

execuiting your function collect_pretrained_features_from_folder() in explore_dataset.py(), I get:

'the requested features were not calculated.'

beacuse just doing:

curr_features_dict = pickle.load(open(all_feature_dict_filenames[0], "rb"))

I get the following error:

TypeError: _reconstruct: First argument must be a sub-type of ndarray
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