Skip to content

Commit

Permalink
🧗
Browse files Browse the repository at this point in the history
  • Loading branch information
johndpope committed Aug 10, 2024
1 parent 146c1e4 commit 922f4ca
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified __pycache__/helper.cpython-311.pyc
Binary file not shown.
2 changes: 1 addition & 1 deletion model.py
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ def __init__(self):

self.final_conv = nn.Sequential(
nn.Conv2d(64, 3, kernel_size=3, stride=1, padding=1),
nn.BatchNorm2d(3),
# nn.BatchNorm2d(3),
nn.Sigmoid()
)

Expand Down

0 comments on commit 922f4ca

Please sign in to comment.