sampler_training {tfaddons}R Documentation

A Sampler for use during training.

Description

Only reads inputs.

Usage

sampler_training(time_major = FALSE)

Arguments

time_major

bool. Whether the tensors in inputs are time major. If 'FALSE' (default), they are assumed to be batch major.

Value

None


[Package tfaddons version 0.10.0 Index]