segmentation_models.pytorch
segmentation_models.pytorch copied to clipboard
epsilon in jaccardscore and dicescore is not read as a torch tensor
suggestion - add line: eps=torch.tensor(1e-07, dtype=torch.float32) or eps=torch.tensor(1e-07, dtype=gt.dtype)
Maybe you should suggest this PR to https://github.com/isaaccorley/torchseg
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days.
This issue was closed because it has been stalled for 7 days with no activity.