Example tutorial on burn scar segmentation gives error in last 2 cells of notebook #18
Unanswered
rushichavda
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was going through the tutorial; everything works fine but in the second last cell, the error message says that it requires val_data and test_data.
code:
The error it gives:
same error in the next cell:
code:
trainer.test(model=task, datamodule=datamodule)
output:
Beta Was this translation helpful? Give feedback.
All reactions