In line 81 of `trainer.py`, there is `mask*0`. However if I understand the pipeline correctly, it should be `labels2*0` instead of masks. Is this a typo?