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
we have seen that model.train() before the CAM execution produces a wrong cam explanation, so we inverted their order.
Therefore, because the cam execution is affected by the model training, do you know if inside the cam functions there is something that may affect the model training/backward? And how to deal with it?
The text was updated successfully, but these errors were encountered:
Hi,
I'm implementing the following custom function:
we have seen that model.train() before the CAM execution produces a wrong cam explanation, so we inverted their order.
Therefore, because the cam execution is affected by the model training, do you know if inside the cam functions there is something that may affect the model training/backward? And how to deal with it?
The text was updated successfully, but these errors were encountered: