8000 Comparing v1.10.1...v1.11.0 · LuxDL/Lux.jl · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: LuxDL/Lux.jl
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.10.1
Choose a base ref
...
head repository: LuxDL/Lux.jl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.11.0
Choose a head ref
  • 4 commits
  • 12 files changed
  • 6 contributors

Commits on Mar 26, 2025

  1. 2 Configuration menu
    Copy the full SHA
    ef659eb View commit details
    Browse the repository at this point in the history
  2. ci: disable benchmarks for now

    [skip ci]
    avik-pal authored Mar 26, 2025
    Configuration menu
    Copy the full SHA
    3b0c102 View commit details
    Browse the repository at this point in the history
  3. docs: refer to the Turing docs for BayesianNN (#1272)

    * CompatHelper: bump compat for Turing to 0.37 for package BayesianNN, (keep existing compat)
    
    * docs: link the official Turing docs
    
    ---------
    
    Co-authored-by: CompatHelper Julia <compathelper_noreply@julialang.org>
    Co-authored-by: Avik Pal <avikpal@mit.edu>
    3 people authored Mar 26, 2025
    Configuration menu
    Copy the full SHA
    d5dfb0c View commit details
    Browse the repository at this point in the history
  4. feat: support for ForwardDiff training (#1273)

    * added extension for ForwardDiff
    
    * moved compute_gradients_imp ForwardDiff dispatch to /helpers/training/jl
    
    * removed LuxForwardDiffExt from Project.toml
    
    * Update src/helpers/training.jl
    
    * Update src/helpers/training.jl
    
    * added test for ForwardDiff training
    
    * removed ()
    
    * created new testitem for ForwardDiff and added ForwardDiff Limitation to docstring
    
    * added test condition at the end of ForwardDiff test, and reduced reduced function calls
    
    * feat: use caching to reduce memory allocations
    
    * Apply suggestions from code review
    
    ---------
    
    Co-authored-by: Helmut Strey <Helmut.Strey@stonybrook.edu>
    Co-authored-by: Avik Pal <avik.pal.2017@gmail.com>
    Co-authored-by: Avik Pal <avikpal@mit.edu>
    4 people authored Mar 26, 2025
    2 Configuration menu
    Copy the full SHA
    a7b1f11 View commit details
    Browse the repository at this point in the history
Loading
0