FileNotFoundError: [Errno 2] File b'/home/magic0111/mimic3-benchmarks/PATIENTS.csv' does not exist

Asked 2 years ago, Updated 2 years ago, 50 views

Ubuntu on

$ python3 -m mimic3benchmark.scripts.extract_subjects /home/magic0111/mimic3-benchmarks data/root/

I typed

[Errno 2] File b'/home/magic0111/mimic3-benchmarks/PATIENTS.csv' does not exist: b'/home/magic0111/mimic3-benchmarks/PATIENTS.csv'

It appears as .

As shown in https://github.com/YerevaNN/mimic3-benchmarks

I think I did it twice in the Building a benchmark process, so what's wrong?

python git

2022-09-20 11:11

1 Answers

/home/magic0111/mimic3-benchmarks/PATIENTS.csv

git clone doesn't just create this file, so just in case, make an empty file according to the path above and run it.


2022-09-20 11:11

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.