Thanks to visit codestin.com
Credit goes to github.com

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: FluxML/Flux.jl
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.16.3
Choose a base ref
...
head repository: FluxML/Flux.jl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 6 commits
  • 8 files changed
  • 7 contributors

Commits on Mar 4, 2025

  1. Fix missing imports in FluxMPIExt (#2589)

    * missing import of cpu_device
    
    * test AMD GPU availability with functional(AMDGPUDevice)
    
    * add missing import for NCCL
    
    * test reduction for MPI and NCCL
    Alexander-Barth authored Mar 4, 2025
    Configuration menu
    Copy the full SHA
    2c89b9d View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2025

  1. Configuration menu
    Copy the full SHA
    fa108bb View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2025

  1. Added shape validation for Conv weight tensor (#2590)

    * Added shape validation for Conv weight tensor
    
    * Moved weight shape validation logic into  for reusability and added a test to verify shape validation
    
    * sizecheck function moved after _conv_size_check definition
    
    * Inline DimensionMismatch error to simplify weight shape check
    
    Co-authored-by: Michael Abbott <[email protected]>
    
    * Remove unnecessary newline
    
    Co-authored-by: Michael Abbott <[email protected]>
    
    ---------
    
    Co-authored-by: Michael Abbott <[email protected]>
    mikymatt01 and mcabbott authored Mar 27, 2025
    Configuration menu
    Copy the full SHA
    d677811 View commit details
    Browse the repository at this point in the history
  2. Test re enable reactant test to identify failures (#2596)

    * Test re enable reactant test to identify failures
    
    * Update Project.toml
    wsmoses authored Mar 27, 2025
    Configuration menu
    Copy the full SHA
    25d7f69 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2025

  1. Configuration menu
    Copy the full SHA
    046fe45 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2025

  1. Fix loading of pooling layers (#2598)

    * Fix loading of MaxPool layers
    
    * Move to deprecations, add more layers
    
    * Fix comment
    adrhill authored Apr 15, 2025
    Configuration menu
    Copy the full SHA
    0e36af9 View commit details
    Browse the repository at this point in the history
Loading