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

Fix UNet implementation with arbitrary channel sizes (#243) #276

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Commits on Mar 22, 2024

  1. Fixes FluxML#243

    Fix UNet implementation to support input  with channel sizes other than 3
    vinayakjeet authored Mar 22, 2024
    Configuration menu
    Copy the full SHA
    4bf74f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    accc442 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2024

  1. Update unet.jl

    Modified the first convolutional layer of the encoder backbone to ensure compatibility with the input's channel size and dimension mismatch error is thus prevented #1
    vinayakjeet authored Mar 23, 2024
    Configuration menu
    Copy the full SHA
    3c92c88 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2024

  1. Update unet.jl

    Indentation issue resolved
    vinayakjeet authored Mar 24, 2024
    Configuration menu
    Copy the full SHA
    4f01145 View commit details
    Browse the repository at this point in the history
  2. Update unet.jl

    2nd try
    vinayakjeet authored Mar 24, 2024
    Configuration menu
    Copy the full SHA
    6c7cfaa View commit details
    Browse the repository at this point in the history
  3. Update unet.jl

    3rd try
    vinayakjeet authored Mar 24, 2024
    Configuration menu
    Copy the full SHA
    689c3b1 View commit details
    Browse the repository at this point in the history
  4. Update unet.jl

    4th try
    vinayakjeet authored Mar 24, 2024
    Configuration menu
    Copy the full SHA
    238bfa9 View commit details
    Browse the repository at this point in the history
  5. Update unet.jl

    5th try
    vinayakjeet authored Mar 24, 2024
    Configuration menu
    Copy the full SHA
    c98640b View commit details
    Browse the repository at this point in the history
  6. Update unet.jl

    6th try
    vinayakjeet authored Mar 24, 2024
    Configuration menu
    Copy the full SHA
    1e892a4 View commit details
    Browse the repository at this point in the history
  7. Update unet.jl

    vinayakjeet authored Mar 24, 2024
    Configuration menu
    Copy the full SHA
    18478fe View commit details
    Browse the repository at this point in the history