Skip to content

Commit 4dde5ce

Browse files
authored
Update README.md
1 parent c024533 commit 4dde5ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ optimizer = optim.AdamW(model.parameters(), lr=1e-4)
4848

4949
loss_switch_epoch = 10
5050
voxel_loss = nn.BCEWithLogitsLoss()
51-
supervoxel_loss = SuperVoxelLoss2D(alpha=0.5, beta=0.5, threshold=0)
51+
supervoxel_loss = SuperVoxelLoss2D(alpha=0.5, beta=0.5)
5252

5353
# Main
5454
for epoch in range(n_epochs):

0 commit comments

Comments
 (0)