Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
farakiko committed Nov 27, 2024
1 parent ca5bec6 commit 79b3e3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mlpf/model/inference.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ def predict_one_batch_args(args):

@torch.no_grad()
def run_predictions(
world_size, rank, model, loader, sample, outpath, jetdef, jet_ptcut=15.0, jet_etacut=2.5, jet_match_dr=0.1, dir_name=""
world_size, rank, model, loader, sample, outpath, jetdef, jet_ptcut=15.0, jet_etacut=0.5, jet_match_dr=0.1, dir_name=""
):
"""Runs inference on the given sample and stores the output as .parquet files."""
if world_size > 1:
Expand Down

0 comments on commit 79b3e3b

Please sign in to comment.