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

Pin MLJFlux at version 0.4 #417

Merged
merged 1 commit into from
Jul 3, 2024
Merged

Pin MLJFlux at version 0.4 #417

merged 1 commit into from
Jul 3, 2024

Conversation

trontrytel
Copy link
Member

The NN aerosol activation emulator training was broken in the longruns because the API of MLJFlux package have changed:

ArgumentError: Flux.jl optimiser detected. Only optimisers from Optimisers.jl are supported.

I tried updating to using Adam optimiser from the Optimisers package as they want us to do. However I then get an error:

ERROR: Optimisers.jl cannot be used with Zygote.jl's implicit gradients, Params & Grads

At least for now I'm just pinning the MLJFlux package at the older version.

Copy link

codecov bot commented Jul 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.01%. Comparing base (f73555a) to head (1973e64).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #417   +/-   ##
=======================================
  Coverage   97.01%   97.01%           
=======================================
  Files          37       37           
  Lines        1440     1440           
=======================================
  Hits         1397     1397           
  Misses         43       43           
Components Coverage Δ
src 98.95% <ø> (ø)
ext 69.79% <ø> (ø)

@trontrytel trontrytel merged commit 79fac0d into main Jul 3, 2024
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant