Skip to content

Commit

Permalink
update seeds_per_call default value
Browse files Browse the repository at this point in the history
  • Loading branch information
tingyu66 committed Oct 2, 2023
1 parent 3620321 commit 45f93f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/cugraph-dgl/cugraph_dgl/dataloading/dataloader.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def __init__(
graph_sampler: cugraph_dgl.dataloading.NeighborSampler,
sampling_output_dir: str,
batches_per_partition: int = 50,
seeds_per_call: int = 400_000,
seeds_per_call: int = 200_000,
device: torch.device = None,
use_ddp: bool = False,
ddp_seed: int = 0,
Expand Down

0 comments on commit 45f93f2

Please sign in to comment.