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

No GPU usage even though 'cfg.cuda = True' #8

Open
HAMA-DL-dev opened this issue Mar 9, 2022 · 5 comments
Open

No GPU usage even though 'cfg.cuda = True' #8

HAMA-DL-dev opened this issue Mar 9, 2022 · 5 comments

Comments

@HAMA-DL-dev
Copy link

Hello, I am a student who is interested in sensor fusion.

I couldn't hide my surprise while looking at your project and paper.

I ran this and printed it out as follows, but I confirmed that I was using a CPU, not a GPU.

training

I wonder why you don't use the GPU even though it's set as follows at options.py.

GPU

CPU usage

How can I change it to GPU use?

@artist1111
Copy link

I have the same question and look forward to the reply.

@HAMA-DL-dev
Copy link
Author

To suggest carefully, there can be a bottleneck in the data loader.
so I also changed cfg.num_workers from ./misc/options.py.
but It was same, No GPU usage

@artist1111
Copy link

To suggest carefully, there can be a bottleneck in the data loader. so I also changed cfg.num_workers from ./misc/options.py. but It was same, No GPU usage

thanks for your suggesstion. I will check it.

@CHXAdmin
Copy link

I meet the same problem,how to solve this?

@artist1111
Copy link

I found the error disappears when the dataset is complete.
Hope to help you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants