Skip to content

Commit

Permalink
fix: 🐛 Fix AttentiveScalenet for 2D
Browse files Browse the repository at this point in the history
  • Loading branch information
rhoadesScholar committed Apr 29, 2024
1 parent 701cb24 commit a4a1ef9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/leibnetz/nets/attentive_scalenet.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ def build_subnet(
gating_nc=base_nc * nc_increase_factor ** (i + 1),
input_nc=base_nc * nc_increase_factor**i,
identifier=output_key,
ndims=len(kernel_sizes[0]),
)
)
input_key = output_key
Expand Down

0 comments on commit a4a1ef9

Please sign in to comment.