top | item 20984436

(no title)

gawi | 6 years ago

Further in the text:

> A Neural Module’s inputs/outputs have a Neural Type, that describes the semantics, the axis order, and the dimensions of the input/output tensor. This typing allows Neural Modules to be safely chained together to build applications, as in the ASR example below.

discuss

order

nerdponx|6 years ago

Sounds like a typed Pytorch module then?

falsedan|6 years ago

> inputs/outputs have a Neural Type, that describes the semantics, the axis order, and the dimensions of the input/output tensor

Does that really answer any of my questions? What's 'Neural' about the type?