From c7939c06c6e460531ddd2735cf3155f28ba722a5 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:41:07 +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 951a48b..ad706f3 100644 --- a/README.md +++ b/README.md @@ -15,11 +15,11 @@ The schematic diagram of TCNN learning process. The code is tested on * Python 3.6.8 -* Tensorflow '1.13.1' -* Keras '2.2.4' +* Tensorflow 1.13.1 +* Keras 2.2.4 ## Reproduce -To run the experiment, run the '''split_mnist.py''' files via: +To run the experiment, run the """split_mnist.py""" files via: '''python split_mnist.py''' The result should be similar to the figure below: -- GitLab