MedicalZooPytorch icon indicating copy to clipboard operation
MedicalZooPytorch copied to clipboard

A pytorch-based deep learning framework for multi-modal 2D/3D medical image segmentation

Results 22 MedicalZooPytorch issues
Sort by recently updated
recently updated
newest added

Bumps [torch](https://github.com/pytorch/pytorch) from 1.4.0 to 2.2.0. Release notes Sourced from torch's releases. PyTorch 2.2: FlashAttention-v2, AOTInductor PyTorch 2.2 Release Notes Highlights Backwards Incompatible Changes Deprecations New Features Improvements Bug fixes...

dependencies

In **`lib/losses3D/BaseClass.py`**, I encountered an error on **line 56**: ``` assert input.size() == target.size(), "'input' and 'target' must have the same shape" ``` ![Image](https://github.com/user-attachments/assets/26c42c7c-2712-48bc-8d98-b6a01843d478) Upon inspection, I found that the...