Skip to content

Commit

Permalink
Update mlpf.py (jpata#266)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpata authored Oct 31, 2023
1 parent deef771 commit 9b87bb5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions mlpf/pyg/mlpf.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,10 +122,6 @@ def __init__(
# elementwise DNN for node charge regression, classes (-1, 0, 1)
self.nn_charge = ffn(decoding_dim + num_classes, 3, width, self.act, dropout)

def forward_batch(self, batched_events):
batch_or_mask = batched_events.batch if self.conv_type == "gravnet" else batched_events.mask
return self(batched_events.X, batch_or_mask)

def forward(self, X_features, batch_or_mask):

embeddings_id, embeddings_reg = [], []
Expand Down

0 comments on commit 9b87bb5

Please sign in to comment.