Skip to content
This repository was archived by the owner on Jul 18, 2024. It is now read-only.

Conversation

@aasseman
Copy link
Contributor

The Fully Connected NN will operate only on the last dimension of the input tensor:
[dim 0, dim 1, ..., dim n-2, input dim] -> [dim 0, dim 1, ..., dim n-2, output dim]

The total number of dimensions has to be explicitly set in the config of the FFN, where 2 is the default value for the case [Batch size, input dim].

@tkornuta-ibm tkornuta-ibm merged commit 88c51ef into IBM:develop Apr 23, 2019
@tkornuta-ibm
Copy link
Contributor

this is great functionality! thanks!! :)

tkornuta-ibm added a commit that referenced this pull request Apr 23, 2019
(Depends on PR #9) Add seq2seq, modify RNN to enable seq2seq
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants