Skip to content

small corrections in row 54#53

Open
kowalcorp wants to merge 1 commit intophiltabor:masterfrom
kowalcorp:master
Open

small corrections in row 54#53
kowalcorp wants to merge 1 commit intophiltabor:masterfrom
kowalcorp:master

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