From b6c4df6d67fb0260df388c68606f8a018767dc5d Mon Sep 17 00:00:00 2001 From: Anders Bjorholm Dahl <abda@dtu.dk> Date: Tue, 20 Feb 2024 22:12:40 +0100 Subject: [PATCH] Update local_features.py --- Chapter04/local_features.py | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/Chapter04/local_features.py b/Chapter04/local_features.py index d5b6fb3..a56a397 100644 --- a/Chapter04/local_features.py +++ b/Chapter04/local_features.py @@ -139,9 +139,4 @@ if __name__ == '__main__': ax[i][j].set_title(f'layer {3*i+j}') plt.show() - - -# %% -I.shape - -# %% + \ No newline at end of file -- GitLab