ResNeXt.pytorch
ResNeXt.pytorch copied to clipboard
GPU memory usage
Hi, compared to ResNet, what the GPU memory usage is for ResNeXt? Will this take more GPU memory? Thanks.
Hi, compared to ResNet, what the GPU memory usage is for ResNeXt? Will this take more GPU memory? Thanks.
@whuhxb As the paper said, these two models have similar numbers of parameters. Hence GPU memory usage must have similar as well if it's implemented correctly.
