minzhou1003 / ec601-project

Kaggle: RSNA Pneumonia Detection Challenge
6 stars 6 forks source link

About ReadMe file #4

Closed ZhuyuLICFC closed 5 years ago

ZhuyuLICFC commented 5 years ago

For your README file, It is good to provide a configuration guidance for a beginner user just like me. But when following the instructions, I faced some problems, you may want to modify corresponding parts at your README file:

  1. Some incorrect file names: image I think it is ec601-project.

image For me, the folder name I downloaded is called "all" instead of input. I need to do the modification to avoid the run time error.

  1. You may also consider to add the instruction of installing Jupyter Notebook before step3, I face the "Invalid requirement: 'jupyter notebook'" error when doing step 3, so I can only add those packages manually.

  2. My operating system is Windows, and I also need a configuration of the Jupyter‘s ’work path before run it, Not sure if it just happens to me.

Thanks for the guidance anyway.

minzhou1003 commented 5 years ago

Hi, thanks for your comments.

  1. Yeah, it should be cd ec601-project. The folder you download from kaggle should be renamed to input, and I just updated new README.md.
  2. Did you pull from the latest requirements.txt? It includes the jupyter notebook.
  3. All the code is only tested on Linux, your operating system may not fit. You may want to try a virtual machine. I'll also add those comment to our README.