talmo / leap

LEAP is now deprecated -- check out its successor SLEAP!
https://sleap.ai
Apache License 2.0
206 stars 48 forks source link

Add UpSampling2D and Maxima2D layers #1

Closed jgraving closed 6 years ago

jgraving commented 6 years ago

UpSampling2D with interpolation will prevent checkerboard artifacts caused by transposed convolutions (see: https://distill.pub/2016/deconv-checkerboard/) and Maxima2D allows for fast inference.