This application simply translates hand written number 2 at /images as digit number 2 based on mlp model training.
This mnist-mlp code snippet derived from Keras team.
docker build -t mnist-mlp .
docker run -it mnist-mlp
This application simply translates hand written number 2 at /images as digit number 2 based on mlp model training.
This mnist-mlp code snippet derived from Keras team.
docker build -t mnist-mlp .
docker run -it mnist-mlp