DLKcat icon indicating copy to clipboard operation
DLKcat copied to clipboard

Error when running with python prediction_for_input.py

Open paay456789 opened this issue 7 months ago • 0 comments

After running with python prediction_for_input.py input.tsv

It show this error

Traceback (most recent call last): File "prediction_for_input.py", line 18, in fingerprint_dict = model.load_pickle('../../Data/input/fingerprint_dict.pickle') File "/home/pc/DLKcat/DeeplearningApproach/Code/example/model.py", line 161, in load_pickle with open(file_name, 'rb') as f: FileNotFoundError: [Errno 2] No such file or directory: '../../Data/input/fingerprint_dict.pickle'

Thank you for your help

paay456789 avatar Jun 17 '25 11:06 paay456789