From ae3301c0ea600e8da5144800e08ecddcfd2f3a5d Mon Sep 17 00:00:00 2001 From: James Betker Date: Mon, 8 Jun 2020 08:47:34 -0600 Subject: [PATCH] SwitchedRRDB work Renames AttentiveRRDB to SwitchedRRDB. Moves SwitchedConv to an external repo (neonbjb/switchedconv). Switchs RDB blocks instead of conv blocks. Works good! --- .idea/mmsr.iml | 1 + .idea/modules.xml | 1 + .idea/vcs.xml | 2 +- codes/models/archs/RRDBNet_arch.py | 42 ++--- codes/models/archs/arch_util.py | 225 ---------------------- codes/models/archs/switched_conv.py | 280 ---------------------------- codes/models/networks.py | 3 +- 7 files changed, 20 insertions(+), 534 deletions(-) delete mode 100644 codes/models/archs/switched_conv.py diff --git a/.idea/mmsr.iml b/.idea/mmsr.iml index 2d373388..5122a887 100644 --- a/.idea/mmsr.iml +++ b/.idea/mmsr.iml @@ -11,6 +11,7 @@ +