DenseNet-MURA-PyTorch
DenseNet-MURA-PyTorch copied to clipboard
Missing requirements.txt
Install would be much easier with a requirements.txt file
This can be easily done with:
pip freeze > requirements.txt
There are required packages missing from the listed dependencies is the README.md
Thanks!
Yup! missed that one, I do remember it was PyTorch 0.3, not sure of others. If you are able to run this project, do me a favor open a PR adding a requirements.txt file :)