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

6676 port generative networks vqvae #7285

Merged
merged 31 commits into from
Dec 7, 2023
Merged

6676 port generative networks vqvae #7285

merged 31 commits into from
Dec 7, 2023

Commits on Dec 4, 2023

  1. wholeBody_ct_segmentation failed to be download (#7280)

    Fixes model-zoo#537
    
    
    
    ### Types of changes
    <!--- Put an `x` in all the boxes that apply, and remove the not
    applicable items -->
    - [x] Non-breaking change (fix or new feature that would not break
    existing functionality).
    - [ ] Breaking change (fix or new feature that would cause existing
    functionality to change).
    - [ ] New tests added to cover the changes.
    - [ ] Integration tests passed locally by running `./runtests.sh -f -u
    --net --coverage`.
    - [ ] Quick tests passed locally by running `./runtests.sh --quick
    --unittests --disttests`.
    - [ ] In-line docstrings updated.
    - [ ] Documentation updated, tested `make html` command in the `docs/`
    folder.
    
    Signed-off-by: KumoLiu <yunl@nvidia.com>
    KumoLiu authored Dec 4, 2023
    Configuration menu
    Copy the full SHA
    2fc0126 View commit details
    Browse the repository at this point in the history
  2. Commit as an other branch

    Signed-off-by: Mark Graham <markgraham539@gmail.com>
    marksgraham committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    e364f16 View commit details
    Browse the repository at this point in the history
  3. Fixes broken test case

    Signed-off-by: Mark Graham <markgraham539@gmail.com>
    marksgraham committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    3aba8d9 View commit details
    Browse the repository at this point in the history
  4. Fixes mypy errors

    Signed-off-by: Mark Graham <markgraham539@gmail.com>
    marksgraham committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    3590751 View commit details
    Browse the repository at this point in the history
  5. Fixes for change in checkpointing before torch 1.11

    Signed-off-by: Mark Graham <markgraham539@gmail.com>
    marksgraham committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    c5990ed View commit details
    Browse the repository at this point in the history
  6. Update docs

    marksgraham committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    8cf0525 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

  1. Try to fix torch.autocast error

    Signed-off-by: Mark Graham <markgraham539@gmail.com>
    marksgraham committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    19dce2f View commit details
    Browse the repository at this point in the history
  2. DCO Remediation Commit for Mark Graham <markgraham539@gmail.com>

    I, Mark Graham <markgraham539@gmail.com>, hereby add my Signed-off-by to this commit: 8cf0525
    
    Signed-off-by: Mark Graham <markgraham539@gmail.com>
    marksgraham committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    6fca8d0 View commit details
    Browse the repository at this point in the history
  3. DCO

    Signed-off-by: Mark Graham <markgraham539@gmail.com>
    marksgraham committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    3267824 View commit details
    Browse the repository at this point in the history
  4. Update monai/networks/layers/vector_quantizer.py

    Co-authored-by: YunLiu <55491388+KumoLiu@users.noreply.github.com>
    Signed-off-by: Mark Graham <markgraham539@gmail.com>
    marksgraham and KumoLiu authored Dec 5, 2023
    Configuration menu
    Copy the full SHA
    6e2f190 View commit details
    Browse the repository at this point in the history
  5. Clarify input tensors follow PyTorch convention

    Signed-off-by: Mark Graham <markgraham539@gmail.com>
    marksgraham committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    dad8663 View commit details
    Browse the repository at this point in the history
  6. Merge branch '6676_port_generative_networks_vqvae]' of github.com:mar…

    …ksgraham/MONAI into 6676_port_generative_networks_vqvae]
    marksgraham committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    82cae52 View commit details
    Browse the repository at this point in the history
  7. Rename argument to in_channels in the residual unit

    Signed-off-by: Mark Graham <markgraham539@gmail.com>
    marksgraham committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    5d0e225 View commit details
    Browse the repository at this point in the history
  8. Replace num_channels argument with channels for consistency with othe…

    …r networks
    
    Signed-off-by: Mark Graham <markgraham539@gmail.com>
    marksgraham committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    1b682d2 View commit details
    Browse the repository at this point in the history
  9. Adds 3D test cases

    Signed-off-by: Mark Graham <markgraham539@gmail.com>
    marksgraham committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    03dbd8a View commit details
    Browse the repository at this point in the history
  10. Adds 3d test cases

    Signed-off-by: Mark Graham <markgraham539@gmail.com>
    marksgraham committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    5f54e00 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. Configuration menu
    Copy the full SHA
    00935b4 View commit details
    Browse the repository at this point in the history
  2. DCO Remediation Commit for YunLiu <55491388+KumoLiu@users.noreply.git…

    …hub.com>
    
    I, YunLiu <55491388+KumoLiu@users.noreply.github.com>, hereby add my Signed-off-by to this commit: 2fc0126
    
    Signed-off-by: YunLiu <55491388+KumoLiu@users.noreply.github.com>
    KumoLiu committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    398e41f View commit details
    Browse the repository at this point in the history
  3. DCO Remediation Commit for KumoLiu <yunl@nvidia.com>

    I, KumoLiu <yunl@nvidia.com>, hereby add my Signed-off-by to this commit: 398e41f
    
    Signed-off-by: KumoLiu <yunl@nvidia.com>
    KumoLiu committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    4e98dae View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c51834e View commit details
    Browse the repository at this point in the history
  5. DCO Remediation Commit for YunLiu <55491388+KumoLiu@users.noreply.git…

    …hub.com>
    
    I, YunLiu <55491388+KumoLiu@users.noreply.github.com>, hereby add my Signed-off-by to this commit: 2fc0126
    
    Signed-off-by: YunLiu <55491388+KumoLiu@users.noreply.github.com>
    KumoLiu committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    10ae421 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    20d0cf9 View commit details
    Browse the repository at this point in the history
  7. DCO Remediation Commit for KumoLiu <yunl@nvidia.com>

    I, KumoLiu <yunl@nvidia.com>, hereby add my Signed-off-by to this commit: 10ae421
    
    Signed-off-by: KumoLiu <yunl@nvidia.com>
    DCO Remediation Commit for YunLiu <55491388+KumoLiu@users.noreply.github.com>
    
    I, YunLiu <55491388+KumoLiu@users.noreply.github.com>, hereby add my Signed-off-by to this commit: 2fc0126
    
    Signed-off-by: YunLiu <55491388+KumoLiu@users.noreply.github.com>
    KumoLiu committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    c1aa6b2 View commit details
    Browse the repository at this point in the history
  8. Merge branch '6676_port_generative_networks_vqvae]' of https://github…

    ….com/marksgraham/MONAI into 6676_port_generative_networks_vqvae]
    KumoLiu committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    17478b0 View commit details
    Browse the repository at this point in the history
  9. DCO Remediation Commit for YunLiu <55491388+KumoLiu@users.noreply.git…

    …hub.com>
    
    I, YunLiu <55491388+KumoLiu@users.noreply.github.com>, hereby add my Signed-off-by to this commit: 2fc0126
    
    Signed-off-by: YunLiu <55491388+KumoLiu@users.noreply.github.com>
    KumoLiu committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    e830b1f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e5f644b View commit details
    Browse the repository at this point in the history
  11. DCO Remediation Commit for KumoLiu <yunl@nvidia.com>

    I, KumoLiu <yunl@nvidia.com>, hereby add my Signed-off-by to this commit: e830b1f
    
    Signed-off-by: KumoLiu <yunl@nvidia.com>
    DCO Remediation Commit for YunLiu <55491388+KumoLiu@users.noreply.github.com>
    
    I, YunLiu <55491388+KumoLiu@users.noreply.github.com>, hereby add my Signed-off-by to this commit: 2fc0126
    
    Signed-off-by: YunLiu <55491388+KumoLiu@users.noreply.github.com>
    Signed-off-by: KumoLiu <yunl@nvidia.com>
    KumoLiu committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    05c4bf2 View commit details
    Browse the repository at this point in the history
  12. DCO Remediation Commit for YunLiu <55491388+KumoLiu@users.noreply.git…

    …hub.com>
    
    I, YunLiu <55491388+KumoLiu@users.noreply.github.com>, hereby add my Signed-off-by to this commit: 2fc0126
    
    Signed-off-by: YunLiu <55491388+KumoLiu@users.noreply.github.com>
    Signed-off-by: KumoLiu <yunl@nvidia.com>
    KumoLiu committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    61e3d19 View commit details
    Browse the repository at this point in the history
  13. DCO Remediation Commit for YunLiu <55491388+KumoLiu@users.noreply.git…

    …hub.com>
    
    I, YunLiu <55491388+KumoLiu@users.noreply.github.com>, hereby add my Signed-off-by to this commit: 2fc0126
    
    Signed-off-by: YunLiu <55491388+KumoLiu@users.noreply.github.com>
    KumoLiu committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    d6dc104 View commit details
    Browse the repository at this point in the history
  14. fix flake8

    Signed-off-by: YunLiu <55491388+KumoLiu@users.noreply.github.com>
    KumoLiu committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    a63b80d View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. fix doc

    Signed-off-by: YunLiu <55491388+KumoLiu@users.noreply.github.com>
    KumoLiu committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    ef62a06 View commit details
    Browse the repository at this point in the history