seq_input_variable: Sequence Network Input Variable

Description Usage Arguments

Description

Sequence Network Input Variable

Usage

1
2
3
seq_input_variable(shape, dtype = "float32", needs_gradient = FALSE,
  is_sparse = FALSE, sequence_axis = cntk$axis$Axis$default_dynamic_axis(),
  name = "")

Arguments

shape

- list of ints representing tensor shape

dtype

- data type to be used ("float32", "float64", or "auto")

name

joeddav/CNTK-R documentation built on May 6, 2019, 7:28 a.m.