Open Alxemade opened 5 years ago
Hi @Alxemade state size. (64) x 96 x 96 is for the size after first Conv2d, which stride equals to 1. If you look at the first comment, it saids the input size is (3) x 96 x 96.
OK, Thank you !
@Alxemade ,你好(我就说中文了哈),你在测试的时候碰到显存不够用的问题么?我训练时候正常,测试的时候就显示了下面这个问题 :: RuntimeError: cuda runtime error (2) : out of memory at /opt/conda/conda-bld/pytorch_1501969512886/work/pytorch-0.1.12/torch/lib/THC/generic/THCStorage.cu:66
Hi, @twtygqyy Thank you very much for the work. I read your code, but I feel confused about your annotation in srresnet.py.
The second annotation is right? I know the input size is 96 96, but after the second Conv2d which stride is 2, so output size might be 48 48.
Thank you