学习记录:drop_last

文章讨论了PyTorchDataLoader中的drop_last选项,其默认为False时,如果数据集大小不是batch_size的整数倍,最后一个batch会被保留,可能导致形状不匹配错误。当设置为True时,会丢弃不完整batch,解决了形状兼容问题。
摘要由CSDN通过智能技术生成

记录:

使用DataLoader时drop_last默认为False,其代表最后一个batch的数据不足一个size大小则保留该batch,为True时则不保留不满足size大小的batch。

在默认为False时运行出现mat1 and mat2 shapes cannot be multiplied,表示形状不能相乘,将drop_last设置为True,运行时正常无错误。

官方解释:drop_last (booloptional) – set to True to drop the last incomplete batch, if the dataset size is not divisible by the batch size. If False and the size of dataset is not divisible by the batch size, then the last batch will be smaller.

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 1
    评论
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值