HiLAP
HiLAP copied to clipboard
ERROR-> train_rcv1_len256_padded_32.pkl NOT FOUND
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: