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

Allow loading of ConvTranspose state without .outpad field #2477

Merged
merged 2 commits into from
Aug 14, 2024

Conversation

mcabbott
Copy link
Member

Fixes #2476

Smallest change to do so, without otherwise altering the behaviour of loadmodel!.

Copy link

codecov bot commented Aug 14, 2024

Codecov Report

Attention: Patch coverage is 0% with 3 lines in your changes missing coverage. Please review.

Project coverage is 45.70%. Comparing base (07862da) to head (4a8c2d0).

Files Patch % Lines
src/deprecations.jl 0.00% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2477      +/-   ##
==========================================
+ Coverage   45.46%   45.70%   +0.23%     
==========================================
  Files          33       33              
  Lines        1918     1908      -10     
==========================================
  Hits          872      872              
+ Misses       1046     1036      -10     

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

@mcabbott mcabbott merged commit 033f4b2 into master Aug 14, 2024
6 of 11 checks passed
@mcabbott mcabbott deleted the mcabbott-patch-2 branch August 14, 2024 10:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Model saved under Flux v0.14.16 does not load on v0.14.17
2 participants