FileNotFoundError: File not found: "data" pytorch_lightning trainer #1083
Unanswered
Muhammad-Raza156
asked this question in
Q&A
Replies: 2 comments 3 replies
-
Hi, @Muhammad-Raza156. Can you please try the notebook in TorchIO? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Have you checked that the dataset was downloaded correctly?
…On Wed, 24 May 2023, 23:01 Muhammad-Raza156, ***@***.***> wrote:
Thanks for the response it is working on Hippo data but i want to use it
with Task05 Prostate medical decathlon dataset i have data in my google
drive
—
Reply to this email directly, view it on GitHub
<#1083 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADAZVVGDXAMZLFBSCEZ2O7LXH3YRZANCNFSM6AAAAAAYLWP2SM>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
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
-
I am implementing the Task 05 of decathalon dataset which is prostate images by following the tutorial.
https://github.com/Project-MONAI/tutorials/blob/main/modules/TorchIO_MONAI_PyTorch_Lightning.ipynb
it is giving the error "FileNotFoundError: File not found: "data""
start = datetime.now()
print("Training started at", start)
trainer.fit(model=model, datamodule=data)
print("Training duration:", datetime.now() - start)
Beta Was this translation helpful? Give feedback.
All reactions