Skip to content
Frank Seide edited this page Aug 19, 2016 · 12 revisions

Input{}

Define an input that is fed by a reader.

Input (shape, dynamicAxis=DefaultAxis, sparse=false, tag='feature')

Parameters

  • shape: scalar (if the input is a vector) or tensor shape (if the input is multidimensional). E.g. 40 for 40-dimensional features, or (640:480:3) for VGA-sized color images.
  • dynamicAxis (default: None): alternative dynamic axis to be used by this input
  • sparse (default: false): if true then input is stored as sparse matrix

Return value

Description

Examples

Clone this wiki locally