↓ 4 callersMethodlog(self, log_loss, eval_log_loss, cum_load_time, clock, epoch, batch_idx, step)
moto_gpt/src/trainers/moto_gpt_trainer.py:406
↓ 2 callersFunctionrun_maniskill2_eval_single_episode(
model,
robot_name,
env_name,
scene_name,
robot_init_x,
robot_init_y,
robot_init_
moto_gpt/evaluation/robot_manipulation_benchmarks/simpler/maniskill2_evaluator.py:15
↓ 2 callersMethodstep Input: image: np.ndarray of shape (H, W, 3), uint8 task_description: Optional[str], task description; if different fr
moto_gpt/evaluation/robot_manipulation_benchmarks/simpler/simpler_env_policy_wrapper.py:148
↓ 1 callersMethod_attn(self, q, k, v, attention_mask=None, head_mask=None, output_attentions=False)
moto_gpt/src/models/trajectory_gpt2.py:333
↓ 1 callersMethodbeam_search_decode(self, act_x, stacked_inputs, stacked_attention_mask, latent_motion_query_token_start_i, n_cond_tokens,
moto_gpt/src/models/moto_gpt.py:425
↓ 1 callersMethoddecode_latent_motion(self, act_x, stacked_inputs, stacked_attention_mask, latent_motion_query_token_start_i, n_cond_tokens,
moto_gpt/src/models/moto_gpt.py:341
↓ 1 callersFunctionevaluate_policy(model, env, eval_sr_path, eval_result_path, ep_len, num_sequences, num_procs, procs_id, eval_dir=None, debug=
moto_gpt/evaluation/robot_manipulation_benchmarks/calvin/evaluate_calvin.py:72
↓ 1 callersFunctionevaluate_sequence(env, model, task_checker, initial_state, eval_sequence, val_annotations, debug, eval_dir, sequence_i, ep_len)
moto_gpt/evaluation/robot_manipulation_benchmarks/calvin/evaluate_calvin.py:108
↓ 1 callersMethodextract_frames(self, idx, cur_episode, delta_t, rgb_initial, rgb_future, latent_mask)
common/data/datasets.py:155
↓ 1 callersMethodextract_frames(self, video_basename, start_local_step, num_frames, delta_t,
rgb_initial, rgb_future,
common/data/datasets.py:370
↓ 1 callersFunctionget_optimizer(
params,
lr=1e-4,
wd=1e-2,
betas=(0.9, 0.99),
eps=1e-8,
filter_by_requires_grad
latent_motion_tokenizer/src/trainers/optimizer.py:12
↓ 1 callersMethodgreedy_decode(self, act_x, stacked_inputs, stacked_attention_mask, latent_motion_query_token_start_i, n_cond_tokens, parall
moto_gpt/src/models/moto_gpt.py:373
↓ 1 callersMethodlog(self, log_loss, eval_log_loss, cum_load_time, clock, epoch, batch_idx, step)
latent_motion_tokenizer/src/trainers/latent_motion_tokenizer_trainer.py:247
↓ 1 callersFunctionrollout(env, model, task_oracle, subtask, val_annotations, debug, eval_dir, subtask_i, sequence_i, ep_len)
moto_gpt/evaluation/robot_manipulation_benchmarks/calvin/evaluate_calvin.py:127