Medical-Image-Captioning-on-Chest-X-rays
Medical-Image-Captioning-on-Chest-X-rays copied to clipboard
How to generate pkl file
How to generate pkl file ?
Did you resolve the issue?
Getting below error, Can you please tell me what is the issue here, thank you @ashishthomaschempolil
df = pd.read_pickle(os.path.join(folder_name,tr_file_name))
FileNotFoundError Traceback (most recent call last)
1 frames /usr/local/lib/python3.9/dist-packages/pandas/io/common.py in get_handle(path_or_buf, mode, encoding, compression, memory_map, is_text, errors, storage_options) 793 else: 794 # Binary mode --> 795 handle = open(handle, ioargs.mode) 796 handles.append(handle) 797
FileNotFoundError: [Errno 2] No such file or directory: '/content/drive/MyDrive/Medical image Reporting/pickle_files/train.pkl'

will you provide pickle files that is accessing in code from your drive link