From 194a2ac67bb956e05e5a076ecf6893a73e569589 Mon Sep 17 00:00:00 2001 From: Marcin Chrzanowski Date: Sun, 2 May 2021 20:35:04 +0200 Subject: Implement small counting network --- src/net_types.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/net_types.py') diff --git a/src/net_types.py b/src/net_types.py index bb52d50..14925c8 100644 --- a/src/net_types.py +++ b/src/net_types.py @@ -1,5 +1,7 @@ import classification +import counting_small types = { - 'classification': classification + 'classification': classification, + 'counting-small': counting_small } -- cgit v1.2.3