From 7d4cb19d58bc70c59a757b0bc64b96882e393993 Mon Sep 17 00:00:00 2001 From: "Li, Honglin (PG/R - Elec Electronic Eng)" <h.li@surrey.ac.uk> Date: Mon, 9 Dec 2019 17:22:20 +0000 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 13f4c38..f7d2a40 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Continual Learning by Task Likelihood Analysis +# Continual Learning Using Task ConditionalNeural Networks ## Introduction @@ -21,7 +21,7 @@ The code is tested on ## Reproduce To run the experiment, run the `split_mnist.py` by: ```bash -python split_mnist.py' +python split_mnist.py ``` The result should be similar to the figure below: -- GitLab