keras-subpixel-conv
keras-subpixel-conv copied to clipboard
output size on readme.md
i think based on related paper Subpixel Conv will upsample from (h, w, c) to (hr, wr, c/r^2) instead of (h/r, w/r, c/r^2)
Yes,I think so