Skip to content

Improve docstrings for `ARNN*.features`

Vicentini Filippo requested to merge github/fork/wdphy16/arnn_doc into master

Created by: wdphy16

In autoregressively masked linear and conv layers, features is used as a dimension different from the input size, and it's also called 'channels'. However, in most models it's called 'feature density'.

Merge request reports