From 03c023cd7b62d715c3d1d850703e4747fe53b5b2 Mon Sep 17 00:00:00 2001 From: "Li, Honglin (PG/R - Elec Electronic Eng)" <h.li@surrey.ac.uk> Date: Fri, 6 Dec 2019 17:47:22 +0000 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6fc1009..13f4c38 100644 --- a/README.md +++ b/README.md @@ -19,10 +19,10 @@ The code is tested on * Keras 2.2.4 ## Reproduce -To run the experiment, run the split_mnist.py by: -'''bash +To run the experiment, run the `split_mnist.py` by: +```bash python split_mnist.py' -''' +``` The result should be similar to the figure below: -- GitLab