Commit 97b0f6b
Fix to channel specification in 3d_autoencoderkl notebook (#1925)
Fixes #1924
Modification of channel definition within 3d_autoencoderkl notebook.
### Description
The variable "channel" was wrongly defined after the transforms.
I have re-run the plot for channel = 2 and it runs fine.
### Checks
<!--- Put an `x` in all the boxes that apply, and remove the not
applicable items -->
- [X] Avoid including large-size files in the PR.
- [X] Clean up long text outputs from code cells in the notebook.
- [X] For security purposes, please check the contents and remove any
sensitive info such as user names and private key.
- [X] Notebook runs automatically `./runner.sh -t <path to .ipynb file>`
---------
Signed-off-by: Virginia <virginia.fernandez@kcl.ac.uk>
Signed-off-by: Virginia Fernandez <virginia.fernandez@kcl.ac.uk>
Co-authored-by: Virginia <virginia.fernandez@kcl.ac.uk>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>1 parent 476d2fc commit 97b0f6b
1 file changed
+3
-3
lines changedLines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
178 | 178 | | |
179 | 179 | | |
180 | 180 | | |
| 181 | + | |
| 182 | + | |
181 | 183 | | |
182 | 184 | | |
183 | 185 | | |
| |||
207 | 209 | | |
208 | 210 | | |
209 | 211 | | |
210 | | - | |
211 | | - | |
212 | 212 | | |
213 | 213 | | |
214 | 214 | | |
| |||
785 | 785 | | |
786 | 786 | | |
787 | 787 | | |
788 | | - | |
| 788 | + | |
789 | 789 | | |
790 | 790 | | |
791 | 791 | | |
| |||
0 commit comments