fepegar / unet

"pip install unet": PyTorch Implementation of 1D, 2D and 3D U-Net architecture.
MIT License
148 stars 22 forks source link

Fixing inplace operation error #37

Closed jdollinger-bit closed 1 year ago

jdollinger-bit commented 1 year ago

Fixes #36.

fepegar commented 1 year ago

Thanks for your contribution, @jdollinger-bit!