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

missing file moco.builder.py

stevehuanghe opened this issue · comments

Hi,

Thanks for the interesting paper. While I was trying to run the code, I found that in train.py you have import moco.builder, which is not present under the moco folder. Would you please consider adding it back to the respository?

Best,
Steve

Why do you delete it?

Last month I sent an email to the author and asked 2 questions about the code in moco.builder.py. One of the two seems serious, because I found the gradient of Gnet is always NONE by using the implementation of moco.builder.py. The next day after sending the email the author deleted the code and there are no updates after that.
Maybe the author is too busy and we need patience.
Here is the screenshot of the email:
image

Last month I sent an email to the author and asked 2 questions about the code in moco.builder.py. One of the two seems serious, because I found the gradient of Gnet is always NONE by using the implementation of moco.builder.py. The next day after sending the email the author deleted the code and there are no updates after that.
Maybe the author is too busy and we need patience.
Here is the screenshot of the email:
image

maybe this could answer your question @shoutOutYangJie

After receiving the email, I realized that the version I uploaded was wrong which missed a self-defining gradient backpropagation function, so I deleted it. I'm sorry to forget about it because I was busy with the graduation project at school some time ago. And I will release the new version as soon as possible!