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

Change irim block - add invertible UNET #57

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

Commits on Mar 1, 2022

  1. Configuration menu
    Copy the full SHA
    35cf1e4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2ad8772 View commit details
    Browse the repository at this point in the history
  3. fix loop index

    rafaelorozco committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    2b517de View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2022

  1. clean up for PR

    rafaelorozco committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    4fbd203 View commit details
    Browse the repository at this point in the history
  2. fix conv without @views

    rafaelorozco committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    8a91549 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    238e99b View commit details
    Browse the repository at this point in the history
  4. finish merge with master

    rafaelorozco committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    6311ced View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0a3a73e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9fb0572 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2022

  1. Update invertible_network_unet.jl

    add very simple invertible unet. No gradient as irim, just an input for clear comparison with traditional unets.
    rafaelorozco authored Oct 12, 2022
    Configuration menu
    Copy the full SHA
    338060e View commit details
    Browse the repository at this point in the history
  2. Update invertible_network_unet.jl

    take away indexing
    rafaelorozco authored Oct 12, 2022
    Configuration menu
    Copy the full SHA
    34a67dd View commit details
    Browse the repository at this point in the history