BA Weber
This PR includes the following changes:
- Add Dockerfile with MXNet and required dependencies
- Python script to run the MNISTCalculator on input images or random images from the test dataset
- Use mnist extension dataset to demonstrate use of automatic dependency resolution and retraining
Since the changes are based on some dependencies, the merge order is important:
graph TD;
Datasets-->MNISTCalculator;
emadl-maven-plugin-->MNISTCalculator;
emadl-maven-plugin-->Datasets;
maven-streamtest-->emadl-maven-plugin;
CNNArch2X-->maven-streamtest;
EMAM2Middleware-->maven-streamtest;
EMADL2CPP-->maven-streamtest;
CNNArch2X-->EMAM2Middleware;
EmbeddedMontiArcDL-->EMADL2CPP;
CNNArchLang-->EMADL2CPP;
CNNArch2X-->EMADL2CPP;
CNNArch2Gluon-->EMADL2CPP;
CNNArch2X-->CNNArch2Gluon;
Edited by Moritz