deephealthproject / eddl

European Distributed Deep Learning (EDDL) library. A general-purpose library initially developed to cover deep learning needs in healthcare use cases within the DeepHealth project.
https://deephealthproject.github.io/eddl/
MIT License
34 stars 10 forks source link

Question: Can the first position of the input vector in a seq2seq decoder be changed? #292

Closed georgemavrakis-wings closed 3 years ago

georgemavrakis-wings commented 3 years ago

Good afternoon,

I have a question concerning the seq2seq architecture. Can I choose to use a vector other than zeros as the first input (at position 0) to the decoder?

chavicoski commented 3 years ago

Hi,

Sorry, but currently that can't be done and we don't have plans to add it.