deepcam-cn / Face-Anti-spoofing.pytorch

Train code of face anti-spoofing with a single RGB frame

Home Page:https://deepcam.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GPU used for training ?

bcba25 opened this issue · comments

What is graphic card you used for training ? I do have RTX2060 SUPER and seems like its not enough :(
I do receive the following:

RuntimeError: CUDA out of memory. Tried to allocate 512.00 MiB (GPU 0; 8.00 GiB total capacity; 5.92 GiB already allocated; 107.97 MiB free; 171.50 KiB cached)

Alright the issue is solved by decreasing the batch size, but still just curious what are you using for training ? :)

I used RTX1070 to train the net.