VisionLearningGroup / R-C3D

code for R-C3D

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Total training time on THUMOS14

ivyvideo opened this issue · comments

Hi, I am running the code and find that it takes about two hours every 1000 iterations on Tesla M40, and I noticed that the default iteration is 60k totally...so it may cost so long time to finish training...
What is the reason for that? And what is your original training time?
Thanks!

Is it related to the setting: cfg.TRAIN.VIDEO_BATCH = 1? Maybe I should set this parameter larger? Like 32 or 64?

Sorry but I have another question... as shown below in the picture(part of minibatch.py), the parameter "fg_rois_per_video" is not used anymore after being assigned a value... so the network deals with 512 frames in only one video segment during forward process? And the batch_size is not used, either. Am I right?
image

Thank you so much for the kind reply.

@huijuan88 I have one more question...have you tested setting the "video_batch" more than 1?

OK, your help is greatly appreciated~~