Open VlaTal1 opened 1 year ago
I am facing the same issue with faster-R-CNN model; while system monitor shows 100% GPU usage of only one of the eight cores, nvidia-smi shows only 0%(one figure) usage. Also, the process is killed after shuffle_buffer is filled due to all 24GB memory being used.
I use this code to load the model:
And this code to generate:
This model fit at all into my GPU, but for some reason the GPU not even used (it is not heating while generating), but proccesor usage is 100% What`s wrong with my code or problem is in the model?