pytorch_memonger
pytorch_memonger copied to clipboard
benchmark variables are not clear
Hi Priya,
I was trying to reproduce your benchmarks results. I think two important information are missing. First, what is the GPU that you used to train these models and how much memory does it have? Second, I don't understand how you have computed max image and what it corresponds to. For example in the VNET, does it correspond to N?
Hi @ReyhaneAskari ,
-
GPU used: M40 with 11443 MiB
-
Max image is computed by increasing the batch size until the model runs OOM. It will be N for example in VNET
Thanks.