Update.
authorFrançois Fleuret <francois@fleuret.org>
Sun, 7 Jan 2024 15:10:56 +0000 (16:10 +0100)
committerFrançois Fleuret <francois@fleuret.org>
Sun, 7 Jan 2024 15:10:56 +0000 (16:10 +0100)
mygpt.py

index fb08a3a..24ba345 100755 (executable)
--- 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