LuxDL/Lux.jl

Higher level recurrent layers

Open

#972 opened on Oct 7, 2024

View on GitHub
 (2 comments) (0 reactions) (0 assignees)Julia (700 stars) (84 forks)batch import
good first issue

Description

Hi! While it is relatively straightforward to implement higher level constructions like LSTM and GRU it's also nice to have a layer provided by the library like PyTorch does, having details like bidirectionality and dropout taken care of. Are there any plans to include this in Lux as well?

Thanks!

Contributor guide