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
Observed in DDP mode with 2x3 GPUs (not tested on single node training).
This is surprising, because the per-class IoUs are computed with a bespoke method from the confusion matrix of the MultiClassJaccardIndex object that computes mean IoU
CharlesGaydon
changed the title
Incoherent val/iou value despie coherent per-class IoUs when training model in DDP
Incoherent logged val/iou value despite coherent confusion matrix and per-class IoUs when training model in DDP
Apr 23, 2024
Note: maybe #124 has corrected this since the computation of the IoU is now performed using a different function. Feel free to close if you do not observe this behavior again.
Observed in DDP mode with 2x3 GPUs (not tested on single node training).
This is surprising, because the per-class IoUs are computed with a bespoke method from the confusion matrix of the MultiClassJaccardIndex object that computes mean IoU
myria3d/myria3d/models/model.py
Line 190 in d52810e
Mean IoU:
Per-class:
Might be linked to #108
The text was updated successfully, but these errors were encountered: