Closed abhidipbhattacharyya closed 4 years ago
Hello, I am trying to train this model using GPU. I am reading your code. Have you used gpu for training? I am unable to find any .to(device) or .cuda(). Am I missing something?
Do you mean like this line: https://github.com/kuanghuei/SCAN/blob/master/model.py#L437 ?
Hello, I am trying to train this model using GPU. I am reading your code. Have you used gpu for training? I am unable to find any .to(device) or .cuda(). Am I missing something?