fine
fine
电脑版的youtube打不开呀
在安卓手机上可以打开
Yes! `pip install scipy==1.1.0`
> If you set num_worker=0, the CPU memory won't increase. However, the GPU utilization would be very low. In my 8*V100 machine, there are only 20% on average.  >...
https://github.com/salesforce/LAVIS/blob/480a9f382f0f4426fbb767b1803be924453fad0d/lavis/datasets/datasets/dataloader_utils.py#L78 We need to delete the `self.batch` first ```python try: if hasattr(self, "batch"): del self.batch self.batch = next(it) ```
> 不需要的,会对每个assistant都进行损失计算 感谢回答
> 我在加入自定义数据集训练的时候,发现会偶发性地爆显存,后来手动去除了较长的样本后,才正常,但是我是加了--max_length参数的,似乎没有生效 --max_length 参数是否不对自定义数据集生效?如果确实不生效,能不能增加这个选项呢? 您好,我也遇到了这个问题,请问您怎么解决的呢