You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In logging/wandb_logger.py, which define the wandblogger, line 178 and 190, it uses wandb.viz. However, I run the code example for wandblogger and constantly get error message like "module 'wandb' has no attribute 'viz'". I further check that viz is not a feature in the W&B documentation. Can someone take a look at it? If wandb.viz is correctly use, can someone update the example, so that we can learn how to use it simply? Thanks!
The text was updated successfully, but these errors were encountered:
Installing a version of wandb >=0.10.5 and <=0.17.8 solves the problem.
In later versions of wandb:
For wandb >=0.17.9 and <=0.18.1, wandb.viz has been moved to wandb.sdk.lib.viz.
For wandb >=0.18.2 and <=0.19.0, wandb.viz has been moved to wandb.plot.viz but does not anymore contain CustomChart which is in wandb.plot.custom_chart.
In logging/wandb_logger.py, which define the wandblogger, line 178 and 190, it uses wandb.viz. However, I run the code example for wandblogger and constantly get error message like "module 'wandb' has no attribute 'viz'". I further check that viz is not a feature in the W&B documentation. Can someone take a look at it? If wandb.viz is correctly use, can someone update the example, so that we can learn how to use it simply? Thanks!
The text was updated successfully, but these errors were encountered: