From 2a1798615b45ea663c5710b8ca937b704bff40e9 Mon Sep 17 00:00:00 2001 From: MrPerux <31393019+MrPerux@users.noreply.github.com> Date: Fri, 21 Oct 2022 12:32:02 +0200 Subject: [PATCH] Timewarp to 2022 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 640c59f..0d58198 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Advanced Computing Systems 2020-2021 Lab 3 – Convolutional Neural Networks (CNNs) +# Advanced Computing Systems 2022-2023 Lab 3 – Convolutional Neural Networks (CNNs) This application is intended to help students understand GPU programming through the acceleration of Convolutional Neural Networks (CNNs), which is based on the implementation [simple_cnn](https://github.com/can1357/simple_cnn) by