Jackson.X
Jackson.X
I have the same problem Traceback (most recent call last): File "/root/autodl-tmp/code/detectron2/detectron2/engine/train_loop.py", line 149, in train self.run_step() File "/root/autodl-tmp/code/detectron2/detectron2/engine/defaults.py", line 494, in run_step self._trainer.run_step() File "/root/autodl-tmp/code/detectron2/detectron2/engine/train_loop.py", line 274, in run_step...
If MASKIOU_ON = True, the error will come up. If MASKIOU_ON = False, the error will not take place. cropped_mask = crop(instances_per_image.gt_masks.polygons, instances_per_image.proposal_boxes.tensor) The MASKIOU only can be trained with...
微调 YI-6B 一直出现 loss scale overflow 然后 reduce 到 min_loss_scale 报错, YI-6B-Chat 则没问题,chat 模型训练参数设置有什么不同吗
@xinbingzhe 您好, 请教一下 V100环境如何设置不使用flash-attention 来进行SFT微调?