Closed Akhiladdh closed 5 years ago
@Akhiladdh The code can be directly used for training on multiple GPUs. You just need to specify available GPU IDs (e.g. _CUDA_VISIBLEDEVICES=0,1,2,3 python model.py).
@arnoweng Thank you so much. Can you add details about how to retrain this?
@Akhiladdh We followed the training strategy described in the official paper. Sorry the training code is not available yet.
Thank you!
I want to use multiple GPUs where can i configure those details?