fepegar / unet

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

Add UNet1D #38

Closed AndreyPikunov closed 12 months ago

AndreyPikunov commented 1 year ago

Hello!

I use your package and it helps me a lot. I would like to add UNet1D support, so here is my very minimal PR.

Please, tell me if I need to add something else.

fepegar commented 12 months ago

Thanks for your contribution, @AndreyPikunov!