HiLAP icon indicating copy to clipboard operation
HiLAP copied to clipboard

ERROR-> train_rcv1_len256_padded_32.pkl NOT FOUND

Open vishnu803 opened this issue 1 year ago • 0 comments

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:

vishnu803 avatar Apr 17 '23 05:04 vishnu803