From 41eb4a5ba375f59421f941b9b3716f86f81f98bd Mon Sep 17 00:00:00 2001 From: Douwe den Blanken Date: Sun, 3 Oct 2021 21:21:36 +0200 Subject: [PATCH] Fix H2 typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 640c59f..52dab1f 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,7 @@ inference process, which can help accelerating other parts of the CNN. Therefore accelerate the pooling layer, the non-linear (relu_layer_t) layer, and even the reading function of input images, to further improve the performance. -##What will we run to test if you’ve implemented everything correctly? +## What will we run to test if you’ve implemented everything correctly? * The function correctness of the training will be checked.