Files for the Docker Deep Learning pod. See https://charlesreid1.com/wiki/Docker/Pods/Deep_Learning for details.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
Charles Reid c9f3fa444e update license for 2018 6 years ago
Dockerfile major rennovations to deep learning dockerfile (stale) 6 years ago
LICENSE update license for 2018 6 years ago
README.md adding intial version of everything 7 years ago

README.md

Docker Pod: Deep Learning

Files for building the Docker Deep Learning pod.

For more information on what this is all about, see charlesreid1.com/wiki/Docker/Pods/Deep_Learning.

The Steps

Dockerfile needs to be cleaned up a bit and tested out on production system.

Volume strategy will need to be determined. Need access to:

  • Training data
  • Pre-prepared notebooks/scripts
  • Input files
  • Place to write exported, finalized models

Things that need to be fixed first:

  • Software modifications to lfw_fuel to preserve existing downloads
  • How to actually export (and import) neural network models in reproducible way (HDF5?)