Open RSly opened 7 years ago
Older versions of BVLC/caffe and NVIDIA/caffe run the TEST phase only in single-GPU mode (even if training is multi-GPU). I'm not sure about newer versions.
I ran a small benchmark, it seems that caffe 0.16 multi-gpu does the test phase also multi-gpu (which is cool)
so the test_iter calculation of digits should be updated to consider the number of GPUs. /cc @drnikolaev maybe you know best?
@RSly yes, test phase is now multi-GPU
Hi,
I wonder if the automatic calculation of digits for test_iter is correct.
Imagine we have a train/val set of 1000/150. there are following cases:
I am missing something for the 3rd case with 3 gpus? what is correct test_iter=10 or 30 ?