open-mmlab/mmsegmentation

Too much GPU memory consumption and seems wrong

开放

#3,167 创建于 2023年7月6日

 (18 条评论) (0 个反应) (0 位负责人)Python (2,386 个派生)batch import
good first issue

仓库指标

星标
 (6,867 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

When I use resnet101 with deeplabv3+ in this lib 'https://github.com/VainF/DeepLabV3Plus-Pytorch', I can train for 40 batch size on 2 GPUs, 20 batch size for each GPU, and it consumes about 36 GB. However, when I use your lib, for 2 batch size on 1 GPUs, it consumes about 15 GB

贡献者指南