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

ERROR-> train_rcv1_len256_padded_32.pkl NOT FOUND #18

Open
vishnu803 opened this issue Apr 17, 2023 · 0 comments
Open

ERROR-> train_rcv1_len256_padded_32.pkl NOT FOUND #18

vishnu803 opened this issue Apr 17, 2023 · 0 comments

Comments

@vishnu803
Copy link

This is the error iam getting when iam running with ohcnn-bow-fast base_model in hilap mode.
In the below function,
gen_minibatch_from_cache(logger, args, tree, mini_batch_size, name, shuffle)
253 if not os.path.exists(pkl_path):
254 logger.error('{} NOT FOUND'.format(pkl_path))
--> 255 exit(-1)
256 if 'train' in name:
257 if tree.data_cache is not None:

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