-
Notifications
You must be signed in to change notification settings - Fork 4
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
About bad test performance. #8
Comments
Hi @huangzy-55, to get some clarity, can you tell me exactly which baseline you're trying to reproduce or modify? From what I understand, you're using the CoCa representations for training the NSG model? Is that the case? |
Yes. I am using vis_feat='coca',text_feat='coca',context_encoder='mha' this config to train NSG. And coca is not finetuned by me. I just download it from openclip of the given link. |
@huangzy-55 If you've already tried that, can you try training with frames per segment = 12 instead of 20 (default value) like so |
I have trained 80 epochs. But I didn't try to change fp_seg, will it make any difference? For what reason? |
fp_seg = 12 should idelally increase your Novel Tasks performance, and likely decrease your Novel Steps performance. I'm just trying to narrow down the error. If it doesn't change as expected, there could be an issue with the loading of features. |
OK. I will train this way to see the test performance. |
Hi, I am still working on this, could you please upload the tsv file for CTV t5 pre-training? I really need it. |
And, what is the groundtruth of train and test files in CTV you uploaded, and how to use the json files in meta folder ? |
@bc2754 Hi Brian, could you take a look at this? Thanks |
Hi, I tried to run and test the code, but here are some issues, can you help me?
Cause my GPU is not enough, I tried to save the representations after coca and then load them to train the model. But after doing it, the test performance is very bad of novel tasks and novel steps, but is good as the article saying of novel scenes and abstraction. For what reason this may happen?
The text was updated successfully, but these errors were encountered: