↓ 3 callersMethod__init__(self, cfg, dim_in, dim_out, kernels, stride, padding, dilation=1, init_weight=None)
single_modality/action_detection/alphaction/modeling/common_blocks.py:7
↓ 3 callersFunctioncreate_optimizer(
args, model, get_num_layer=None, get_layer_scale=None,
filter_bias_and_bn=True, skip_list=N
single_modality/optim_factory.py:101
↓ 3 callersFunctionget_frame_indices(num_frames, vlen, sample='rand', fix_start=None, input_fps=1, max_num_frames=-1)
multi_modality/dataset/video_utils.py:48
↓ 2 callersMethod__init__(
self, width, layers, heads,
clip_return_layer=1, clip_return_interval=1
)
multi_modality/models/backbones/vit/clip.py:68
↓ 2 callersMethod__init__(
self, width, layers, heads, return_attn=False,
clip_return_layer=1, clip_return_int
single_modality/models/clip.py:66
↓ 2 callersMethod_load_from_state_dict(self, state_dict, prefix, metadata, strict,
missing_keys, unexpected_keys, erro
single_modality/action_detection/alphaction/layers/batch_norm.py:57
↓ 2 callersMethod_make_interaction_block(self, block_type, block_name, dim_person, dim_other, dim_out, dim_inner, structure_cfg)
single_modality/action_detection/alphaction/modeling/roi_heads/action_head/IA_structure.py:208
↓ 2 callersMethodcheck_fetch_mem_feature(self, movie_cache, mem_ind, max_num, cur_loss, use_penalty)
single_modality/action_detection/alphaction/modeling/roi_heads/action_head/roi_action_feature_extractor.py:157
↓ 2 callersFunctionevaluation_wrapper(model, data_loader, tokenizer, device, config, prefix="")
multi_modality/tasks/retrieval_utils.py:73
↓ 2 callersFunctionflat_list_of_listsflatten a list of lists [[1,2], [3,4]] to [1,2,3,4]
multi_modality/utils/basic_utils.py:246
↓ 2 callersFunctionget_parameter_groups(
model, weight_decay=1e-5, skip_list=(), get_num_layer=None,
get_layer_scale=None,
)
single_modality/optim_factory.py:56
↓ 2 callersFunctionget_parameter_groups(model, weight_decay=1e-5, skip_list=(), get_num_layer=None, get_layer_scale=None,
lr
single_modality/action_detection/optim_factory.py:51