I noticed that the config file can have the program to run. I want all my runs for two different methods (and therefore use two different files and want to avoid refactoring). Can’t the agent take the file path? (I know it can’t) Or some alternative?
export SWEEPID=$(wandb sweep config.yaml)
NUM=10
wandb agent train_sl.py --count $NUM $SWEEPID
wandb agent train_maml.py --count $NUM $SWEEPID
cross: wandb - 0 Vote How do I have two different run files to log to the same sweep? - Stack Overflow