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

About bad test performance. #8

Open
huangzy-55 opened this issue May 19, 2024 · 9 comments
Open

About bad test performance. #8

huangzy-55 opened this issue May 19, 2024 · 9 comments

Comments

@huangzy-55
Copy link

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?

@RishiHazra
Copy link
Contributor

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?

@huangzy-55
Copy link
Author

huangzy-55 commented May 19, 2024

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.

@RishiHazra
Copy link
Contributor

RishiHazra commented May 19, 2024

@huangzy-55
Can you tell me how many epochs you trained it for? Based on the training details in the paper (Sec 10.1), it should be
--epochs 50.

If you've already tried that, can you try training with frames per segment = 12 instead of 20 (default value) like so --fp_seg 12 ? If the problem persists, I can try replicating it on my end.

@huangzy-55
Copy link
Author

I have trained 80 epochs. But I didn't try to change fp_seg, will it make any difference? For what reason?

@RishiHazra
Copy link
Contributor

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.

@huangzy-55
Copy link
Author

OK. I will train this way to see the test performance.

@huangzy-55
Copy link
Author

huangzy-55 commented Sep 2, 2024

Hi, I am still working on this, could you please upload the tsv file for CTV t5 pre-training? I really need it.

@huangzy-55
Copy link
Author

And, what is the groundtruth of train and test files in CTV you uploaded, and how to use the json files in meta folder ?

@RishiHazra
Copy link
Contributor

@bc2754 Hi Brian, could you take a look at this? Thanks

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