Skip to content

How can I use GPU on training in Linux. #181

Answered by simonbatzner
ssrokyz asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @ssrokyz, there is an explicit setting:

device:  cuda   

But the default is true and minimal.yaml doesn't set it explicitly, hence it defaults to cuda. If you ssh onto your GPU and run

torch.cuda.is_available()

what does it say?

Replies: 3 comments 4 replies

Comment options

You must be logged in to vote
2 replies
@ssrokyz
Comment options

@Linux-cpp-lisp
Comment options

Answer selected by ssrokyz
Comment options

You must be logged in to vote
1 reply
@ssrokyz
Comment options

Comment options

You must be logged in to vote
1 reply
@simonbatzner
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants