video-classification
video-classification copied to clipboard
cost of CRNN
Hi, I've changed to my own dataset and using the same architecture of your CRNN. For training ONE EPOCH it tales around 30mins, which is incredible long. I used the same dataloader, the image size it 200*200, CNN part is customised as a very basic two layered one. Do you have any suggestions? Thanks!
Can you tell us about the size of your dataset ? What kind of GPU are you using ?
Can you tell us about the size of your dataset ? What kind of GPU are you using ?
My dataset has 217,407 instances, 6 frames per video, each frame is 240*240. I am using a TITAN V.