-
Notifications
You must be signed in to change notification settings - Fork 792
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
CPU at 100% with Mobilenet-gpu - 8 cores of i7-4770 and GeFORCE RTX 3060 #1283
Comments
It does look like CompreFace is using my GPU but it's still locking up my CPU. This is using the docker-compose.yml from the Master Branch
Is my CPU just inadequate? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
When I go to deploy the Mobilenet-gpu custom-build with
docker-compose up -d
, CPU usage goes to 100% and locks up the server.To Reproduce
Deploy Mobilenet-gpu
Expected behavior
I expect GPU usage to increase instead of CPU
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Debian 11 LXC in Proxmox. This LXC concurrently runs Frigate with successful GPU access running TensorRT
Logs
Run those commands and attach result to the ticket:
docker ps
docker-compose logs
Had to cut out some log due to max character limits
Additional context
I'm giving the LXC 8 core of i7-4770 CPU @ 3.40GHz and the GPU is a GeFORCE RTX 3060. Is this enough?
Here's my config file, is there anything I can do to offload efforts to my GPU?
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: