ncoudray / DeepPATH

Classification of Lung cancer slide images using deep-learning
489 stars 212 forks source link

Add requirements.txt or config.yml #53

Closed YoniSchirris closed 2 years ago

YoniSchirris commented 4 years ago

add a requirements.txt or config.yml of the venv you use to run all the code successfully. an example: TS v2 does not work as tf.app is deprecated, and e.g TS v1.15 does work.

Tontorino commented 4 years ago

I agree with the need for a requirements.txt (or other file describing the libs versions) for replication of the experiment. I was able to deduce the versions of some dependencies through the README file here, reading the version of the dependencies loaded into the scripts sections. However, some dependencies continue without their project versions, making it difficult to replicate the project.

ncoudray commented 2 years ago

Sorry - it took a while, but there's one now