amanchadha / iSeeBetter

iSeeBetter: Spatio-Temporal Video Super Resolution using Recurrent-Generative Back-Projection Networks | Python3 | PyTorch | GANs | CNNs | ResNets | RNNs | Published in Springer Journal of Computational Visual Media, September 2020, Tsinghua University Press
https://arxiv.org/abs/2006.11161
MIT License
359 stars 68 forks source link

Is it possible to use multiple GPUs to run tests? #26

Open ChihjungWang opened 3 years ago

ChihjungWang commented 3 years ago

I specified the following settings. --gpu mode --gpus 2 Only GPU1 performs work, GPU2 does not occupy any memory. Thank you.