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

feat: update to latest Lux and LuxCore releases #57

Merged
merged 21 commits into from
Sep 14, 2024
Merged

feat: update to latest Lux and LuxCore releases #57

merged 21 commits into from
Sep 14, 2024

Conversation

avik-pal
Copy link
Member

@avik-pal avik-pal commented Sep 9, 2024

fixes #31

TODOs

  • Pretrained Weights. These need to be fixed
    • AlexNet
    • VGG
  • Upload weights to HuggingFace
  • Load more of the Flux weights
    • ResNet
    • WideResNet
    • SqueezeNet
    • ResNext
  • Special RNG Handling
  • Add an imagenet dummy test

src/layers/attention.jl Outdated Show resolved Hide resolved
@avik-pal avik-pal force-pushed the ap/up_lux branch 2 times, most recently from 67ad6f7 to 3cb665a Compare September 14, 2024 01:10
Copy link

codecov bot commented Sep 14, 2024

Codecov Report

Attention: Patch coverage is 88.00000% with 12 lines in your changes missing coverage. Please review.

Project coverage is 88.88%. Comparing base (47c5460) to head (d67d60f).
Report is 21 commits behind head on main.

Files with missing lines Patch % Lines
src/initialize.jl 55.55% 4 Missing ⚠️
src/layers/embeddings.jl 81.81% 4 Missing ⚠️
ext/BoltzMetalheadExt.jl 91.30% 2 Missing ⚠️
src/layers/mlp.jl 66.66% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #57      +/-   ##
==========================================
- Coverage   89.01%   88.88%   -0.13%     
==========================================
  Files          24       24              
  Lines         437      432       -5     
==========================================
- Hits          389      384       -5     
  Misses         48       48              

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

@avik-pal avik-pal merged commit 7281be8 into main Sep 14, 2024
13 of 15 checks passed
@avik-pal avik-pal deleted the ap/up_lux branch September 14, 2024 11: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.

Initialized Models should return Stateful Layers
1 participant