Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

epsilon in jaccardscore and dicescore is not read as a torch tensor #858

Closed
TomatoGreen2 opened this issue Mar 7, 2024 · 3 comments
Closed
Labels

Comments

@TomatoGreen2
Copy link

suggestion - add line:
eps=torch.tensor(1e-07, dtype=torch.float32) or
eps=torch.tensor(1e-07, dtype=gt.dtype)

@JulienMaille
Copy link
Contributor

Maybe you should suggest this PR to https://github.com/isaaccorley/torchseg

Copy link

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.

@github-actions github-actions bot added the Stale label May 12, 2024
Copy link

This issue was closed because it has been stalled for 7 days with no activity.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants