Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix bug varautoencoder_mednist.ipynb (Project-MONAI#1626)
Bug in VAE tutorial, indexing of the data dictionaries train_datadict[:10] and test_datadict[:10] had been left there. ### Description In a previous commit, someone left indexes on the data dictionaries train_datadict[:10] and test_datadict[:10] to debug. I removed them so the code properly runs on the whole dataset. ### Checks Signed-off-by: Clea Dronne <[email protected]>
- Loading branch information