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]