Method__init__(self, in_features, hidden_features=None, out_features=None, act_layer=nn.GELU, drop=0.)
model/block/mlp_gcn.py:26
Method__init__(self, in_features, hidden_features=None, out_features=None, act_layer=nn.GELU, drop=0.)
model/block/mlp_gcn.py:46
Method__init__(self, length, frames, dim, tokens_dim, channels_dim, adj, drop=0.,
drop_path=0., act_layer=n
model/block/mlp_gcn.py:75
Method__init__(self, depth, embed_dim, channels_dim, tokens_dim, adj, drop_rate=0.10, length=17, frames=1)
model/block/mlp_gcn.py:120
Method__init__(self, batch_size, cameras, poses_3d, poses_2d, poses_2d_GT,
chunk_length=1, pad=0, causal_sh
common/generator.py:5
Method__init__(self, num_branches, blocks, num_blocks, num_inchannels,
num_channels, fuse_method, multi_sca
demo/lib/hrnet/lib/models/pose_hrnet.py:102