google-research/deeplab2

TypeError: RepeatedCompositeFieldContainer object does not support item assignment

Opened this issue · 0 comments

generally when I installing deeplab2, bash deeplab2/compile.sh, errors happen : TypeError: RepeatedCompositeFieldContainer object does not support item assignment

CHATGPT :
To resolve this issue, you need to inspect the relevant parts of your code where attempts are made to assign elements to the RepeatedCompositeFieldContainer. Then, modify the code to use appropriate methods to update the elements in the container instead of directly assigning values.

they could be due to some version incompatibility issues.
but it happens everywhere.....
so do I have to change the code or there are better ways to solve them.