Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doesn't handle multi gpus #2

Open
qanastek opened this issue Aug 14, 2021 · 1 comment
Open

Doesn't handle multi gpus #2

qanastek opened this issue Aug 14, 2021 · 1 comment
Assignees
Labels
bug Something isn't working enhancement New feature or request
Projects
Milestone

Comments

@qanastek
Copy link
Owner

Please refer to https://pytorch-lightning.readthedocs.io/en/latest/advanced/multi_gpu.html

@qanastek qanastek added the bug Something isn't working label Aug 14, 2021
@qanastek qanastek self-assigned this Aug 14, 2021
@qanastek qanastek added this to the Beta milestone Aug 14, 2021
@qanastek qanastek added this to To do in kanboard via automation Aug 14, 2021
@qanastek qanastek added the enhancement New feature or request label Aug 14, 2021
@longswordinhand
Copy link

I soloved it using:
torch.multiprocessing.freeze_support()
and set
nbr_gpus=1 insider ObjectDetectionTrainer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
Development

No branches or pull requests

2 participants