Allow specifying device to use when training
All threads resolved!
All threads resolved!
Closes #139 (closed)
Merge request reports
Activity
assigned to @mblanco
- Resolved by Yoann Schneider
Tested with this config on
straton
:use_ddp
force
use false
null
GPU: 0
"cpu"
CPU
"cuda"
GPU: 0
"cuda:1"
GPU: 1
true
null
GPU: 0 & 1
"cpu"
CPU
"cuda"
GPU: 0 & 1
"cuda:1"
GPU: 0 & 1
I'm not sure about the behaviour of the last line
use_ddp=true
andforce="cuda:1"
. In this case, should we just useGPU:1
?
requested review from @yschneider
removed review request for @yschneider
requested review from @yschneider
added 5 commits
-
837c283f...762c21ce - 2 commits from branch
main
- 69c8df89 - Allow specifying device to use when training
- c1ca208f - Allow to force to a single GPU
- 09c6fb94 - Fix lint
Toggle commit list-
837c283f...762c21ce - 2 commits from branch
mentioned in merge request !301 (merged)
- Resolved by Manon Blanco
Please register or sign in to reply