reshape {fastai} | R Documentation |
Reshape
Description
resize x to (w,h)
Usage
reshape(x, h, w, resample = 0)
Arguments
x |
tensor |
h |
height |
w |
width |
resample |
resample value |
Value
None
[Package fastai version 2.2.2 Index]
reshape {fastai} | R Documentation |
resize x to (w,h)
reshape(x, h, w, resample = 0)
x |
tensor |
h |
height |
w |
width |
resample |
resample value |
None