We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I cannot open any .pickle file in pretrained_features. My current pickle version is the 4.0.
.pickle
pretrained_features
4.0
execuiting your function collect_pretrained_features_from_folder() in explore_dataset.py(), I get:
collect_pretrained_features_from_folder()
explore_dataset.py()
'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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I cannot open any
.pickle
file inpretrained_features
.My current pickle version is the
4.0
.execuiting your function
collect_pretrained_features_from_folder()
inexplore_dataset.py()
, I get:beacuse just doing:
I get the following error:
The text was updated successfully, but these errors were encountered: