Traceback (most recent call last):
File "main.py", line 477, in <module>
main(args)
File "main.py", line 246, in main
wandb_logger = utils.WandbLogger(args)
File "/private/home/mintun/convnext/personal_fork/utils.py", line 203, in __init__
raise ImportError(
ImportError: To use the Weights and Biases Logger please install wandb.Run `pip install wandb` to install it.
The value args.enable_wandb does not appear to be used anywhere to control usage of wandb.
Attempting to run
without wandb installed gives the error
The value
args.enable_wandb
does not appear to be used anywhere to control usage of wandb.Test:
performs single GPU eval without wandb installed, as expected.