From 43fbfaac1850098f5b1a9470c8e6ca3d5ab479fe Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fran=C3=A7ois=20Fleuret?= Date: Sun, 7 Jan 2024 16:10:56 +0100 Subject: [PATCH 1/1] Update. --- mygpt.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/mygpt.py b/mygpt.py index fb08a3a..24ba345 100755 --- a/mygpt.py +++ b/mygpt.py @@ -695,8 +695,6 @@ class Caterpillar(nn.Module): + (1 - mask_K) * self.rec_K[:, :, t0:t1] ) - exit(0) - ###################################################################### # compute the readout -- 2.20.1