Skip to content

Fix 1D data error in VarAutoEncoder#5236

Merged
wyli merged 2 commits intoProject-MONAI:devfrom
KumoLiu:varautoencoder
Sep 30, 2022
Merged

Fix 1D data error in VarAutoEncoder#5236
wyli merged 2 commits intoProject-MONAI:devfrom
KumoLiu:varautoencoder

Conversation

@KumoLiu
Copy link
Copy Markdown
Contributor

@KumoLiu KumoLiu commented Sep 30, 2022

Signed-off-by: KumoLiu [email protected]

Fixes #5225 .

Description

  1. fix 1d data error in VarAutoEncoder
  2. add use_sigmoid flag

Types of changes

  • 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 <[email protected]>
@wyli
Copy link
Copy Markdown
Contributor

wyli commented Sep 30, 2022

/build

@wyli wyli enabled auto-merge (squash) September 30, 2022 09:14
@wyli wyli merged commit 21ad9c8 into Project-MONAI:dev Sep 30, 2022
@KumoLiu KumoLiu deleted the varautoencoder branch October 6, 2022 01:48
wyli added a commit that referenced this pull request Oct 10, 2022
Signed-off-by: KumoLiu <[email protected]>

Fixes #5225 .

### Description
1. fix 1d data error in `VarAutoEncoder`
2. add `use_sigmoid` flag

### 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).
- [x] New tests added to cover the changes.
- [ ] Integration tests passed locally by running `./runtests.sh -f -u
--net --coverage`.
- [x] Quick tests passed locally by running `./runtests.sh --quick
--unittests --disttests`.
- [x] In-line docstrings updated.
- [ ] Documentation updated, tested `make html` command in the `docs/`
folder.

Signed-off-by: KumoLiu <[email protected]>
Co-authored-by: Wenqi Li <[email protected]>
KumoLiu added a commit that referenced this pull request Nov 2, 2022
Signed-off-by: KumoLiu <[email protected]>

Fixes #5225 .

### Description
1. fix 1d data error in `VarAutoEncoder`
2. add `use_sigmoid` flag

### 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).
- [x] New tests added to cover the changes.
- [ ] Integration tests passed locally by running `./runtests.sh -f -u
--net --coverage`.
- [x] Quick tests passed locally by running `./runtests.sh --quick
--unittests --disttests`.
- [x] In-line docstrings updated.
- [ ] Documentation updated, tested `make html` command in the `docs/`
folder.

Signed-off-by: KumoLiu <[email protected]>
Co-authored-by: Wenqi Li <[email protected]>
Signed-off-by: KumoLiu <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

varautoencoder has a bug preventing it working on 1D data

2 participants