-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Inputs
Frank Seide edited this page Aug 19, 2016
·
12 revisions
Define an input that is fed by a reader.
Input (shape, dynamicAxis=DefaultAxis, sparse=false, tag='feature')
-
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