I’m interested in using population-based training as a WandB Sweep methodology as referenced in the article here.
However, I can’t find any mention or tutorials for PBT with WandB outside of this article. I’m interested in using PBT with a self-supervised learner and configuring the sweep in a YAML. Does anyone have any advice on how to go about this? I’m familiar with configuring sweeps in a YAML or jupyter notebook but, I’m unsure how to make the PBT scheduler and tuner (as outlined in the article) compatible with the SSL code I’m using which is run from the command line.