Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Recurrence layer #2549

Merged
merged 6 commits into from
Dec 13, 2024
Merged

Recurrence layer #2549

merged 6 commits into from
Dec 13, 2024

Conversation

CarloLucibello
Copy link
Member

@CarloLucibello CarloLucibello commented Dec 12, 2024

Add a Recurrence layer that takes a cell and makes it able to process an entire sequence as once.
The name is taken from the corresponding Lux layer
Also updated the guide with how to stack recurrent layers and add dropout in between.
Close #1040 close #2452
Part of #2514

@CarloLucibello CarloLucibello marked this pull request as draft December 12, 2024 07:06
Copy link

codecov bot commented Dec 12, 2024

Codecov Report

Attention: Patch coverage is 7.14286% with 13 lines in your changes missing coverage. Please review.

Project coverage is 31.95%. Comparing base (2bbd8b3) to head (c4c582d).
Report is 3 commits behind head on master.

Files with missing lines Patch % Lines
src/layers/recurrent.jl 7.14% 13 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2549      +/-   ##
==========================================
- Coverage   31.95%   31.95%   -0.01%     
==========================================
  Files          34       34              
  Lines        1987     1984       -3     
==========================================
- Hits          635      634       -1     
+ Misses       1352     1350       -2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@CarloLucibello CarloLucibello mentioned this pull request Dec 13, 2024
9 tasks
@CarloLucibello CarloLucibello marked this pull request as ready for review December 13, 2024 14:30
@CarloLucibello CarloLucibello merged commit 6041cf5 into master Dec 13, 2024
8 of 11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Stacked RNN in Flux.jl? recurrent dropout
1 participant