To run on the GPU

#16
by jshenoy - opened

If you want it to run on the GPU, you can just do

inputs.to('cuda:0')
model.to('cuda:0')
Your need to confirm your account before you can post a new comment.

Sign up or log in to comment