Tiny_Faces_in_Tensorflow
Tiny_Faces_in_Tensorflow copied to clipboard
Question about runtime
What runtime did you observe during your experiments?
CPU with 16 GB RAM and 4 cores - 6-7 sec per image
On 980 TI GPU - 0.5-1 sec per image
hello! how to use the GPU test model?Is it modified in the tiny_faces_model.py file?
Simply use tensorflow-gpu (install using pip). If this doesn't work do let me know.
@abhi-kumar I have installed the tensorflow-gpu, I want to know how to call gpu and cuda acceleration in the code?