lindawangg / COVID-Net

COVID-Net Open Source Initiative
Other
1.15k stars 480 forks source link

I have this error. FileNotFoundError: [Errno 2] No such file or directory: 'train_split_v3.txt' can somebody help me? #87

Closed AI-P-K closed 3 years ago

AI-P-K commented 4 years ago

Issue Template

Before posting, have you looked at the FAQ page?

Description

Please include a summary of the issue. Please include the steps to reproduce. List any additional libraries that are affected.

Steps to Reproduce

  1. First step
  2. Second step
  3. Third step

Expected behavior

A description of what you expected to happen.

Actual behavior

A description of what happens instead.

Environment

haydengunraj commented 4 years ago

My assumption is that you got this error when running train_tf.py with the argument --trainfile train_split_v3.txt. This file is now named train_COVIDx3.txt, so passing --trainfile train_COVIDx3.txt should resolve the issue.

haydengunraj commented 3 years ago

Closing since it appears the issue was resolved.