↓ 1 callersFunctionaccumulate Return running totals # _accumulate([1,2,3,4,5]) --> 1 3 6 10 15 # _accumulate([1,2,3,4,5], operator.mul) --> 1 2 6 24 120
groot/vla/common/utils/misc/functional_utils.py:549
↓ 1 callersFunctioncolor_textColorize text. Available text colors: red, green, yellow, blue, magenta, cyan, white. Available text highlights: on_red, on_
groot/vla/common/utils/io/termcolor.py:74
↓ 1 callersFunctioncompute_offline_metrics_train_chunk(
policy_wrapper,
dataset,
demo_id: int,
prompt: str,
max_steps: int | None,
)
eval_utils/diagnose_libero_fit.py:441
↓ 1 callersMethodcreate_trainer(
self,
cfg,
exp_cfg_dir,
model,
training_args,
train_dataset,
groot/vla/experiment/base.py:832
↓ 1 callersMethodencode_video(self, input_video, tiled=True, tile_size=(34, 34), tile_stride=(18, 16))
groot/vla/model/dreamzero/action_head/wan_flow_matching_action_tf.py:576
↓ 1 callersFunctionf_copytree(fsrc, fdst, symlinks=False, ignore=None, include=None, exist_ok=True)
groot/vla/common/utils/io/file_utils.py:415