tinapan-pt / VideoMoCo

Official pytorch implementation of paper "VideoMoCo: Contrastive Video Representation Learning with Temporally Adversarial Examples" (CVPR 2021).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

train D for initialization

cobraheleah opened this issue · comments

Hi authors,
would you show more details about take 100 epochs to train D for initialization,does it use G but not update?

Hi! yes, we don’t update G in the first 100 epochs. At the same time, we don’t use the temporal mask.