Youtube-Code-Repository icon indicating copy to clipboard operation
Youtube-Code-Repository copied to clipboard

small corrections in row 54

Open kowalcorp opened this issue 1 year ago • 0 comments

correction of small mistake in row 54:

before: self.device = T.device('cuda:0' if T.cuda.is_available() else 'cuda:1')

after: self.device = T.device('cuda:0' if T.cuda.is_available() else 'cpu')

kowalcorp avatar Jan 09 '23 16:01 kowalcorp