Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What does self.rgb_lines = list(lines) * 10 mean? #15

Open
litingfeng opened this issue Jun 9, 2021 · 1 comment
Open

What does self.rgb_lines = list(lines) * 10 mean? #15

litingfeng opened this issue Jun 9, 2021 · 1 comment

Comments

@litingfeng
Copy link

Hi,

Thank you for your great work.

While I want to apply this method on my custom data, I found this line in ucf101.py.

Why do you multiply 10 here?

Thank you

@laura-wang
Copy link
Owner

Hi,

Thanks for your interests in our work.

Regarding the epoch number, we follow the work "Self-Supervised Learning by Cross-Modal Audio-Video Clustering" to allow more temporal augmentation in the same epoch. And the total training epoch is 180, actually. In practice, we find it works pretty well so we keep this practice.

Probably,to just directly use 180 epochs should also work well (the learning rate schedule should be adjusted accordingly).
You can try on your own~

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants