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

valid_step in training epochs #518

Open
Davidwhw opened this issue Jun 15, 2024 · 0 comments
Open

valid_step in training epochs #518

Davidwhw opened this issue Jun 15, 2024 · 0 comments

Comments

@Davidwhw
Copy link

Davidwhw commented Jun 15, 2024

The verification step between training multiple epochs does not appear to be implemented in minigpt's code (such as lavis valid_step).
Is the author considering adding this feature?
Or can you give me some relevant suggestions, such as which code and methods should be changed? (Maybe it's evaluation in minigpt4/tasks/image_text_pretrain.py ?)
I tried to change the following files related to running validation in training:
minigpt4/datasets/builders/image_text_pair_builder.py
minigpt4/datasets/datasets/dataloader_utils.py
But this seems to just load the validation data set without getting into the process of running the validation.

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

1 participant