Skip to content

Conversation

kowalcorp
Copy link

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')

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant