Skip to content

Commit

Permalink
dyad: update multiprocessing approach for DLIO
Browse files Browse the repository at this point in the history
This commit tweaks the DLIO config file to use forking for
multiprocessing instead of spawning
  • Loading branch information
ilumsden committed Aug 21, 2024
1 parent e0d6589 commit e777fd2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ reader:
read_threads: 1
file_shuffle: seed
sample_shuffle: seed
multiprocessing_context: spawn
multiprocessing_context: fork
data_loader_classname: dyad_torch_data_loader.DyadTorchDataLoader
data_loader_sampler: index

Expand All @@ -32,4 +32,4 @@ checkpoint:
checkpoint_folder: checkpoints/unet3d
checkpoint_after_epoch: 5
epochs_between_checkpoints: 2
model_size: 499153191
model_size: 499153191

0 comments on commit e777fd2

Please sign in to comment.