Mnist gRPC Example
To run the Keras Mnist gRPC example run:
python -m colearn_examples.grpc.run_grpc_demo --n_learners 5 --dataloader_tag KERAS_MNIST --model_tag KERAS_MNIST \
--data_locations /tmp/mnist/0,/tmp/mnist/1,/tmp/mnist/2,/tmp/mnist/3,/tmp/mnist/4
Note
This requires colearn[keras]
You can verify that the example is working correctly by running the probe:
For more about the gRPC components of Colearn see the gRPC Tutorial