kracwarlock / action-recognition-visual-attention

Action recognition using soft attention based deep recurrent neural networks
http://www.cs.toronto.edu/~shikhar/projects/action-recognition-attention
350 stars 157 forks source link

Possible redundant code in actrec_mAP.py #9

Closed nixingyang closed 8 years ago

nixingyang commented 8 years ago

If you search for if numpy.mod(uidx, saveFreq) == 0: in _actrecmAP.py, you will get two blocks. Is there any specific reasons to save the model twice?

kracwarlock commented 8 years ago

Oh yes that is redundant and can be removed.