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

Random shuffle before dropping the last few samples #123

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

tongzhoumu
Copy link

I noticed a bug in the data sampler. In the original implementation, the same elements will be dropped in every epoch.

For example, assume the dataset size is 900, and the batch size is 200, then the same 100 samples are dropped every time, which means they are never used in training

gheinrich pushed a commit to gheinrich/VILA that referenced this pull request Dec 16, 2024
* Add files via upload

* Add files via upload

* Add files via upload

* Rename eval_benchmark_1_correctness.py to eval_benchmark_correctness.py

* Rename eval_benchmark_2_detailed_orientation.py to eval_benchmark_detailed_orientation.py

* Rename eval_benchmark_3_context.py to eval_benchmark_context.py

* Rename eval_benchmark_4_temporal.py to eval_benchmark_temporal.py

* Rename eval_benchmark_5_consistency.py to eval_benchmark_consistency.py

* Update eval_all.sh

* Update eval_all.sh

* Update eval_all.sh

* Create run_vila_benchmark.sh

* Update slurm_run_all.sh

* Update eval_all.sh

* Update eval_all.sh

* Create eval_vila_benchmark_gpt4.sh

* Update eval_vila_benchmark_gpt4.sh

* Update eval_all.sh

* Update eval_all.sh

* Delete llava/eval/video/convert_pred_to_json.py

* Update model_vqa_videodemo_benchmark.py

* Update eval_all.sh

* Update run_vila_benchmark.sh

* Update slurm_run_all_sharded.sh

* Update slurm_run_all.sh
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

Successfully merging this pull request may close these issues.

1 participant