This repository has been archived by the owner on Oct 9, 2023. It is now read-only.
Regression metrics raise error in semanticsegmentation task #905
Labels
question
Further information is requested
❓ Questions and Help
What is your question?
I am trying to train a
SemanticSegmentation()
task. Some metrics (not the loss) such as thetorchmetrics.MeanSquaredError()
and other regression metrics don't work in the flash training loop. The following error is raised:RuntimeError: Only Tensors created explicitly by the user (graph leaves) support the deepcopy protocol at the moment
.Is there a way to avoid this error?
Full Error Trace:
What's your environment?
The text was updated successfully, but these errors were encountered: