Skip to content

Does raster-vision support multi gpu usage? #1779

Answered by lewfish
sethkelley2 asked this question in Q&A
Discussion options

You must be logged in to vote

There are two ways of using RV: as a low-code framework (see https://docs.rastervision.io/en/0.20/framework/index.html) and as a library. If you use it as a framework, then it will use the built-in training code which does not support multi-gpu training. However, if you use it as a library it's possible to use your own training code in which case you can implement multi-gpu training. For example, if you use it with Lightning for training this is possible. See https://docs.rastervision.io/en/0.20/usage/tutorials/lightning_workflow.html

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by sethkelley2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants