mathilde-b/CDA

main.py: meta_dice(optimizer, 1, args.l_rate, num_steps, args.power) but utils.py:def meta_dice(sum_str: str, label: Tensor, pred: Tensor, smooth: float = 1e-8, dtype=torch.float32) -> float: . error:The parameter types don't match

Closed this issue · 1 comments

main.py: meta_dice(optimizer, 1, args.l_rate, num_steps, args.power) but utils.py:def meta_dice(sum_str: str, label: Tensor, pred: Tensor, smooth: float = 1e-8, dtype=torch.float32) -> float: . error:The parameter types don't match

Hello, can you give more details as to what was the problem or try again with the newest version of the code ?
Thanks