nntrainer icon indicating copy to clipboard operation
nntrainer copied to clipboard

Handling addReferences & input realizers and recurrent end_layers

Open zhoonit opened this issue 3 years ago • 1 comments

current neuralnet::addWIthReferenceLayers becomes too complicated that it is impossible to understand, this thread discuss how to untangle a bit to make it more intuitive + some missing functionalities needed

  1. start and input layers resolution
    • start layers, input layers, end layers represents connection
    • start layers <-> input layers 1:1 maps with connection. (does not do orphan substitution etc...)
  2. recurrent end layers can have partial output as sequence, rest as not
    • make sequence of intermediate output and alias it to the end layer name #1793
    • A(2:) kind of way to connect rest

zhoonit avatar Dec 16 '21 11:12 zhoonit

:octocat: cibot: Thank you for posting issue #1796. The person in charge will reply soon.

taos-ci avatar Dec 16 '21 11:12 taos-ci