SRFBN_CVPR19
SRFBN_CVPR19 copied to clipboard
some problems?
1、why make the png to npy? 2、when i make the json‘s gpu_id=[0,1],it only support the batchsize=2?when i make the batchsize=4, out of memory?but the gpu only use 1G/10G?i don't know why? 3、when i add the os.environ["CUDA_VISIBLE_DEVICES"] = "0, 1" in train.py , batchsize can be 4, it can be work! but i make batchsize is 16. the gpu only use 2G/10G, i don't konw why? the image is 480*270.
1: For fast data I/O. 2, 3: We will test the compatibility of multi-gpu and give your feedback in a few days.