better architecture

This commit is contained in:
2026-04-30 18:02:47 +02:00
parent fe7d6221e9
commit da2b9c5052
5 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ class Bird_CNN(nn.Module):
SkipBlock(c_in=c_hidden, c_out=c_hidden),
SkipBlock(c_in=c_hidden, c_out=c_hidden),
SkipBlock(c_in=c_hidden, c_out=c_hidden),
SkipBlock(c_in=c_hidden, c_out=c_hidden*2),
SkipBlock(c_in=c_hidden*2, c_out=c_hidden*2),
SkipBlock(c_in=c_hidden*2, c_out=c_hidden*2),