Currently we can only disable wandb by removing its package (pip uninstall wandb). It is not graceful if users have wandb installed in their dev environment but dont want to use wandb. With this patch, wandb feature can be disabled if both exp or project name are not specified.
Currently we can only disable wandb by removing its package (pip uninstall wandb). It is not graceful if users have wandb installed in their dev environment but dont want to use wandb. With this patch, wandb feature can be disabled if both exp or project name are not specified.