Closed viktorho closed 3 weeks ago
One more thing, the task I'm using is for testing. I kinda new with this framework, and really appriciate for any help
This is because pr #1503 does not consider the situation when the output is a dict. Maybe you can try mmengine==0.10.4
first through pip install mmengine==0.10.4
.
I hope this helps.
thanks for fast response, I will tried
Prerequisite
Environment
Reproduces the problem - code sample
My model applied which forward like this but end of error. I understand that the error is showing that the output must be in List type, but the super().forward() can also in Dict() type, is that because of another setup or am I do anything wrong?
Reproduces the problem - command or script
*
Reproduces the problem - error message
Additional information
No response