Replies: 25 comments
-
Hi @GowthamE7, could you please refer to this discussion and try to use the command shared there? Thanks! |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Hi @GowthamE7, did you use the data json under this folder which contains "fold"? |
Beta Was this translation helpful? Give feedback.
-
Hi @KumoLiu, I tried using that file but I got ended in this error: |
Beta Was this translation helpful? Give feedback.
-
Hi @GowthamE7, from the screenshot you shared I can't see the cause of the problem. But you should at least use the JSON file in the tutorial repo. And also share the whole error message that you get when you use that JSON file. Maybe I could take a deep look into it. |
Beta Was this translation helpful? Give feedback.
-
@KumoLiu, I tried the json file inside the tutorials but it throws error. |
Beta Was this translation helpful? Give feedback.
-
Hi @GowthamE7, I noticed that here has a different format of the file path, maybe it's the reason. |
Beta Was this translation helpful? Give feedback.
-
Hi @KumoLiu, Thanks for the answer I can now run the tutorial. I tried the same procedure to my custom dataset but I cannot able to run the training. |
Beta Was this translation helpful? Give feedback.
-
Hi @GowthamE7, could you please share the whole error message? Thanks! |
Beta Was this translation helpful? Give feedback.
-
@KumoLiu , This is the error message /usr/local/lib/python3.8/dist-packages/monai/utils/deprecate_utils.py:321: FutureWarning: monai.transforms.io.dictionary LoadImaged.init:image_only: Current default value of argument
|
Beta Was this translation helpful? Give feedback.
-
Hi @GowthamE7, I see |
Beta Was this translation helpful? Give feedback.
-
@KumoLiu, I didn't press ctrl+c. The code is getting stopped by itself. I checked it by running the code again and not touching my laptop and I am getting the same error. |
Beta Was this translation helpful? Give feedback.
-
hi @GowthamE7, in your latest run, the log did not show the first iteration (even the smaller amount of data). But your previous run showed. can you confirm that the error messages are the same? |
Beta Was this translation helpful? Give feedback.
-
Hi @GowthamE7
The message here, it's just a warning here, you can filter this warning message by adding
Here is just some logging information.
And here is the 'ctrl+c' I think. |
Beta Was this translation helpful? Give feedback.
-
Hi @dongyang0122, I tried to run many times but the code is stopping because of "^C", but I din't press ctrl+c.Thanks! |
Beta Was this translation helpful? Give feedback.
-
Hi @KumoLiu, Thanks for the explanation. |
Beta Was this translation helpful? Give feedback.
-
Hi @KumoLiu, I cannot able to load the dataset and I am using the json file you mentioned.RuntimeError Traceback (most recent call last) File ~/conda/lib/python3.8/site-packages/monai/apps/auto3dseg/data_analyzer.py:235, in DataAnalyzer.get_all_case_stats(self, key, transform_list) File ~/conda/lib/python3.8/site-packages/tqdm/std.py:1195, in tqdm.iter(self) File ~/conda/lib/python3.8/site-packages/torch/utils/data/dataloader.py:652, in _BaseDataLoaderIter.next(self) File ~/conda/lib/python3.8/site-packages/torch/utils/data/dataloader.py:1347, in _MultiProcessingDataLoaderIter._next_data(self) File ~/conda/lib/python3.8/site-packages/torch/utils/data/dataloader.py:1373, in _MultiProcessingDataLoaderIter._process_data(self, data) File ~/conda/lib/python3.8/site-packages/torch/_utils.py:461, in ExceptionWrapper.reraise(self) RuntimeError: Caught RuntimeError in DataLoader worker process 0. The above exception was the direct cause of the following exception: Traceback (most recent call last): The above exception was the direct cause of the following exception: Traceback (most recent call last): |
Beta Was this translation helpful? Give feedback.
-
Hi @GowthamE7, from the error message I see that
Could you please check your environment and install all the requirements? You can find some help from here |
Beta Was this translation helpful? Give feedback.
-
Hi @KumoLiu, I have install all the dependencies but I am still getting the error. thanks! |
Beta Was this translation helpful? Give feedback.
-
Hi @GowthamE7, could you please try |
Beta Was this translation helpful? Give feedback.
-
Hi @KumoLiu, |
Beta Was this translation helpful? Give feedback.
-
Oh, I forgot you train in the jupyter, could you please try the same command in the jupyter? If it takes out the same result, then it's wired. But if not, it may due to the different env. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Hi @GowthamE7, then it may be due to the wrong path, could you please try this command in the cell?
|
Beta Was this translation helpful? Give feedback.
-
Hi @KumoLiu, Thanks for the help! the dataset is loading. But I cannot able to run the training. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I tried the example on Auto3Dseg model and i couldn't able to start the training in my colab with GPU enabled.
Beta Was this translation helpful? Give feedback.
All reactions