ResNeXt.pytorch
ResNeXt.pytorch copied to clipboard
Reproduces ResNet-V3 with pytorch
Hi, compared to ResNet, what the GPU memory usage is for ResNeXt? Will this take more GPU memory? Thanks.
Hi, I was trying to run inference on the trained model using the `test.py` script but first there's an error on ordered dict `iteritems()` method which should be chnaged into...
Could you provide the ResNeXt of Caffe version ?
https://github.com/prlz77/ResNeXt.pytorch/blob/48c19fba72a0d3971ba9edd6c4e61f860c3df519/models/model.py#L39 Hi, This may be a stupid question. I did not read the original paper, but i think the channels of the conv layer with stride 3 should be less...
With default arguments apart from cardinality (set to 16), I get: On 1 1080 ti with minibatch size 20: ~9 minutes per epoch. Using dataparallel across 4 1080 ti's with...
Hi, May I ask your final performance, the curves are a little confusing. I also implement a different version (https://github.com/D-X-Y/ResNeXt), my results are a little bit lower than the official...
It seems to me that each image uses ~5GB of GPU memory (ResNeXt-152), making it only possible to train with 2 images per GPU (TITAN X). Is that normal? I...