We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c024533 commit 4dde5ceCopy full SHA for 4dde5ce
README.md
@@ -48,7 +48,7 @@ optimizer = optim.AdamW(model.parameters(), lr=1e-4)
48
49
loss_switch_epoch = 10
50
voxel_loss = nn.BCEWithLogitsLoss()
51
-supervoxel_loss = SuperVoxelLoss2D(alpha=0.5, beta=0.5, threshold=0)
+supervoxel_loss = SuperVoxelLoss2D(alpha=0.5, beta=0.5)
52
53
# Main
54
for epoch in range(n_epochs):
0 commit comments