Replies: 2 comments 2 replies
-
Hi @dgmato, |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi @KumoLiu. Thanks for the quick reply. I've tried with the latest version of MONAI and it did not work either. Then, I decided to install the same versions used for the tutorial. Therefore, I install the version indicated in the output of the tutorial notebook. I am using the following versions right now:
I will try updating MONAI to 0.9.1. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I want to replicate the tutorial titled "3D classification example based on DenseNet". I've downloaded the IXI dataset and tested the jupyter notebook.
However, I got an error message when creating the data loaders and I cannot train the network.
It seems to be related with the "EnsureChannelFirst()" transform: "ValueError: meta_dict not available, EnsureChannelFirst is not in use". I've tried with different versions of MONAI and PyTorch, and I was not able to solve this issue.
Could anyone help with this? How could I solve this issue?
Below you can find the entire error message:
Beta Was this translation helpful? Give feedback.
All reactions