dm-docker icon indicating copy to clipboard operation
dm-docker copied to clipboard

Base and example Docker images for the Digital Mammography DREAM Challenge

Docker images for the Digital Mammography DREAM Challenge

Overview

This repository contains the Dockerfiles required to build the example images provided for the Digital Mammography DREAM Challenge.

Docker images

Frameworks

Pre-processing

  • [x] dm-preprocess-png: resizes and converts the images to PNG (Repository)
  • [x] dm-preprocess-lmdb: resizes and saves the images to a Lightning Memory-mapped Database (Repository)
  • [x] dm-preprocess-caffe: prepares the data before training a Caffe model (Repository)

Training

  • [x] dm-train-caffe: trains an AlexNet or GoogLeNet model using Caffe (Repository)
  • [ ] dm-train-tensorflow
  • [ ] dm-train-keras

Set Environment Variables

TODO: Add description on how to set environment variables (e.g. RANDOM_SEED)