feat: NVDEC GPU decode + parallel episode splitting + RoboMME training config#88
Open
Barristen wants to merge 3 commits into
Open
feat: NVDEC GPU decode + parallel episode splitting + RoboMME training config#88Barristen wants to merge 3 commits into
Barristen wants to merge 3 commits into
Conversation
…raining config - extract_latents.py: add NVDEC hardware video decoding with CPU fallback via PyAV hwaccel=cuda option; add --ep_start/--ep_end args for multi-GPU parallel episode range splitting across 8 GPUs - wan_va/configs/va_robomme_train_cfg.py: new training config for RoboMME dataset with 7-dim eef action space, normalization stats, and czi447 server paths - wan_va/configs/__init__.py: register robomme_train config in VA_CONFIGS dict Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Dataset: extract memory_latents (first K frames spatially mean-pooled) from episode latent - Model: add memory_proj linear, inject memory tokens into cross-attention alongside text - Train: pass memory_latents from batch through _prepare_input_dict into model Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1-GPU, 5-step config pointing to HPC3 paths for testing the memory mechanism. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
training config