gauravmunjal13

Results 1 comments of gauravmunjal13

The library has this wrapper for interpolate (and upsample),   `F.interpolate = wrapFunc(F.interpolate, _upsample_flops_compute)` And in the def, they take input as position only and rest as variable kwargs: `def _upsample_flops_compute(input,...