The actual medical data is required for initiating training. For accessing, please contact: kunlunhe@plagh.org
A Python 3/TensorFlow implementation of denseNet (with few modifications) (paper).
The deep models in this implementation are built on [TF-slim]
- Ubuntu 16
- Python 3.6+:
- TensorFlow v1.14+: See TensorFlow Installation with Anaconda.
- Some additional python packages you may or may not already have:
sklearn,easydict,matplotlibscipy,Pillow,tqdm. These should all be pip installable before training (pip install [package]):
- assests: model related contents
- allReduceProtocal: multi-GPU training protocal
- helper: for data loading