Skip to content

Commit

Permalink
Update PFDataset.py (jpata#296)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpata authored Feb 13, 2024
1 parent af3225c commit 1200034
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mlpf/pyg/PFDataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def __init__(self, keys_to_get, follow_batch=None, exclude_keys=None, pad_3d=Tru
self.exclude_keys = exclude_keys
self.keys_to_get = keys_to_get
self.pad_3d = pad_3d
self.pad_power_of_two = False
self.pad_power_of_two = pad_power_of_two

def __call__(self, inputs):
num_samples_in_batch = len(inputs)
Expand Down

0 comments on commit 1200034

Please sign in to comment.