LuxDL/Lux.jl

Higher level recurrent layers

Open

#972 opened on Oct 7, 2024

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

Repository metrics

Stars
 (700 stars)
PR merge metrics
 (Avg merge 13d 21h) (2 merged PRs in 30d)

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