From 7dddbbcd8df9ecfd829ceb980c0890b1c08b9122 Mon Sep 17 00:00:00 2001 From: Site Li Date: Tue, 11 Feb 2020 19:37:39 -0800 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index fbf944e..b235c74 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,8 @@ To run the code, you should do the following: 2. modify the data path to "your/path/to/data" in fetch_MNIST.py 3. execute "python LeNet.py" +Note: Python 2.7 is used to execute. Also, if something goes wrong, it is probably because of the incompatible version of numpy. + ## Results