Can we use torch.multiprocessing.spawn with wandb.sweep (https://docs.wandb.ai/guides/sweeps).
torch.multiprocessing.spawn(func, nprocs=world_size, join=True)
I tried but got errors and cannot find tutorials.
Can we use torch.multiprocessing.spawn with wandb.sweep (https://docs.wandb.ai/guides/sweeps).
torch.multiprocessing.spawn(func, nprocs=world_size, join=True)
I tried but got errors and cannot find tutorials.
Copyright © 2021 Jogjafile Inc.
I am using Python's standard
multiprocessinglibrary to spawn agents for awandb.sweep:This dumps all
wandblogs into a single terminal window, which I haven't yet figured out.