Method__init__(self, args, save_dir, lr, max_epoch, metric_min_better=True, early_stop=False, patience=3, grad_clip=None, an
trainer/abs_trainer.py:17
Method__init__(self, input_nf, output_nf, hidden_nf, n_channel, edges_in_d=0,
act_fn=nn.SiLU(), dropout=0.1
models/MCAttGNN/mc_egnn.py:147
Method__init__(self, in_node_nf, hidden_nf, out_node_nf, n_channel, in_edge_nf=0,
act_fn=nn.SiLU(), n_layer
models/MCAttGNN/mc_egnn.py:243
Method__init__(self, embed_size, hidden_size, n_channel, n_edge_feats=0, n_layers=3, cdr_type='3', alpha=0.1, dropout=0.1, n
models/MCAttGNN/mc_att_model.py:337
Method__init__(self, length_ref_key='mutation_mask', pad_values={'aa': 20, 'pos14': float('999'), 'icode': ' ', 'chain_id':
evaluation/ddg/utils/data.py:10
Method__init__(self, node_feat_dim, pair_feat_dim, spatial_attn_mode='CB', value_dim=16, query_key_dim=16, num_query_points=
evaluation/ddg/models/attention.py:40
Methodforward(self, h, x, ctx_edges, att_edges, ctx_edge_attr=None, att_edge_attr=None, return_attention=False)
models/MCAttGNN/mc_egnn.py:287
Methodforward Args: pos14: (N, L, 14, 3). aa: (N, L). seq: (N, L). chain: (N, L). mask
evaluation/ddg/models/predictor.py:33
Methodforward Args: node_feat_wt: (N, L, F). node_feat_mut: (N, L, F). mask: (N, L).
evaluation/ddg/models/predictor.py:75
Methodforward(self, R, t, p_CB, x, z, mask)
evaluation/ddg/models/attention.py:233
Methodforward(self, R, t, p_CB, x, z, mask)
evaluation/ddg/models/attention.py:248
Methodforward Args: aa: (N, L). pos14: (N, L, 14, 3). atom_mask: (N, L, 14).
evaluation/ddg/models/residue.py:20