Skip to content
This repository was archived by the owner on Oct 3, 2024. It is now read-only.

Commit 526fb17

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent ecd349f commit 526fb17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pseudo_labeller/model/idam.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ def __init__(
8080
padding="same",
8181
)
8282
)
83-
#if i % 2 == 0:
83+
# if i % 2 == 0:
8484
# self.layers.append(nn.BatchNorm3d(conv3d_channels))
8585

8686
# Map to output latent variables, per timestep

0 commit comments

Comments
 (0)