Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wandblogger #1674

Open
kksham111 opened this issue Dec 9, 2024 · 2 comments
Open

wandblogger #1674

kksham111 opened this issue Dec 9, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@kksham111
Copy link

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!

@kksham111 kksham111 added the bug Something isn't working label Dec 9, 2024
@wang-xulong
Copy link

Hi, I met the same issues,
You can remove “wandb.viz.”! And it can properly run!

@Franco-Galante
Copy link

Franco-Galante commented Dec 12, 2024

I am experiencing the same issue.

Proposed Solution:

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants