Method__init__(self, n_e, e_dim, beta, remap=None, unknown_index="random",
sane_index_shape=False, legacy=
latent_motion_tokenizer/src/models/vector_quantizer.py:17
Method__init__(
self, lmdb_dir, split, skip_frame,
sequence_length, #start_ratio, end_ratio,
chunk
common/data/datasets.py:106
Method__init__(
self, split, skip_frame,
sequence_length, #start_ratio, end_ratio,
video_dir=None,
common/data/datasets.py:328
Method__init__(
self, split, skip_frame,
sequence_length,
npz_dir=None, rgb_shape=(224, 224),
common/data/datasets.py:462
Method__init__(
self,
vocab_size=50257,
n_positions=1024,
n_ctx=1024,
n_embd=768,
moto_gpt/src/models/trajectory_gpt2.py:180
Method__init__(self, nx, n_ctx, config, scale=False, is_cross_attention=False)
moto_gpt/src/models/trajectory_gpt2.py:292
Methodembed(self, cond_pixel_values, target_pixel_values, pool=False, before_vq=False, avg=False)
latent_motion_tokenizer/src/models/latent_motion_tokenizer.py:87
Methodextract_frames(self, idx, cur_episode, delta_t, rgb_initial, rgb_future, latent_mask)
common/data/datasets.py:294
Methodforward(self,
rgb, # (b, 1, c, h, w)
language,
attention_mask, # (b,
moto_gpt/src/models/moto_gpt.py:147