Method__init__(self, dataset_path_list, camera_names, norm_stats, episode_ids, episode_len, chunk_size, policy_class)
utils.py:19
Method__init__(self, dataset_path_list, norm_stats, episode_ids, episode_len, history_len, future_len, prediction_len)
train_actuator_network.py:307
Method__init__(self, d_model, nhead, dim_feedforward=2048, dropout=0.1,
activation="relu", normalize_before
detr/models/transformer.py:146
Method__init__(self, d_model, nhead, dim_feedforward=2048, dropout=0.1,
activation="relu", normalize_before
detr/models/transformer.py:206
Method__init__(self, input_dim, output_dim, seq_len, latent_dim=256, num_head=8, num_layer=3)
detr/models/latent_model.py:36
Method_load_from_state_dict(self, state_dict, prefix, local_metadata, strict,
missing_keys, unexpected_keys
detr/models/backbone.py:37