Closed HuayuLiArizona closed 8 months ago
Hi,
Im using sweep.py for sweeping the hyperparameters for my algorithm. However, with trainer.train(), I'm only able to run rugular training process. And if I change the code to trainer.sweep(), I will get KeyError('batch_size') from wandb.
Can you provide more details about which method and which dataset?
Closing this issue for inactivity. Feel free to reply later.
Hi,
Im using sweep.py for sweeping the hyperparameters for my algorithm. However, with trainer.train(), I'm only able to run rugular training process. And if I change the code to trainer.sweep(), I will get KeyError('batch_size') from wandb.