Open oscarloch opened 1 month ago
Hi @oscarloch,
So the error is originating from here:
[rank0]: File "/home/oscarloch/cxr_models/cxrmate/modules/lightning_modules/single.py", line 304, in prepare_data [rank0]: splits = pd.read_csv(splits_path)
Can you put a breakpoint there and see what is going on? It is simply loading a csv file there. Can you check if the path is right and if the file is not corrupted?
Also try reading the .csv file with pandas outside of cxrmate.
Hi, I was trying to run the training and I got this error.
Have you run into this before?, Do you know what might be the source of the Error?
Thank you so much for your help!