Hi. I have some question about data augmentation and total learning time.
KwonTaewoong opened this issue · 1 comments
KwonTaewoong commented
Hi.
I am interested in your project and have some question.
How many times did you do data augmentation?
and, how much time did need all to train in your project?(baseline and pose-ren)
Last, I wonder that which GPU device perform training in your project?
Thank you!!
xinghaochen commented
Hi, we do online data augmentation in training. That's to say, each sample is augmented randomly before being fed into the network for training.
I can't remember the precise training time. Maybe it was trained within two days or so using a Tesla K40 GPU.