From d281967802396b146b2c30b6667369c6f2395472 Mon Sep 17 00:00:00 2001 From: Gido van de Ven Date: Mon, 10 Aug 2020 05:40:53 -0500 Subject: [PATCH] Updated README. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index bf4bc4d8..7c02bb9b 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,8 @@ To run specific methods, use the following: For information on further options: `./main.py -h`. +The code in this repository only supports MNIST-based experiments. An extension to more challenging problems (e.g., with +natural images as inputs) can be found here: . ## Running comparisons from the papers #### "Three CL scenarios"-paper