MedicalZooPytorch
MedicalZooPytorch copied to clipboard
A pytorch-based deep learning framework for multi-modal 2D/3D medical image segmentation
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...
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" ```  Upon inspection, I found that the...