You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A lot of models within the MONAI framework such as ResNet use inplace operations, such as ReLU(inplace=True) or somthing like x += MPL(x), which is not allowed in distributed mode. Does anybody have an idea how to fix this? or do we have to rewrite the concerning parts of the model?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
A lot of models within the MONAI framework such as ResNet use inplace operations, such as
ReLU(inplace=True)
or somthing likex += MPL(x)
, which is not allowed in distributed mode. Does anybody have an idea how to fix this? or do we have to rewrite the concerning parts of the model?Beta Was this translation helpful? Give feedback.
All reactions