aigc-apps / aigc-apps/VideoX-Fun
关于args.training_with_video_token_length
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 2.3k
- Forks
- 188
- Avg merge
- 2d 22h
- Merged PRs (30d)
- 3
Description
为什么代码中有一行这个判断:if args.training_with_video_token_length and zero_stage != 3:
当我使用deepspeed zero3的时候不可以增大图像的bs吗?
当我尝试删掉and zero_stage != 3:确实会报错
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Locate the code containing the training_with_video_token_length and zero_stage condition, then inspect the surrounding DeepSpeed training path. Reproduce the reported failure after removing the Zero-3 check and determine whether larger image batches are supported; document the reason for the condition and the observed limitation or error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- distributed-systems, machine-learning
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 32/100