You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: