Normalize_from_stats {fastai}R Documentation

Normalize from stats

Description

Normalize from stats

Usage

Normalize_from_stats(mean, std, dim = 1, ndim = 4, cuda = TRUE)

Arguments

mean

mean

std

standard deviation

dim

dimension

ndim

number of dimensions

cuda

cuda or not

Value

list


[Package fastai version 2.2.2 Index]