i am trying to use wandb for visualization but I am confused about this line
andb_init_kwargs=dict(anonymous="allow") it means anyone can see visualization with having link ?
WandbCallback( wandb_init_kwargs=dict(anonymous="allow"), # for Anonymous everyone can visualize progress log_freq="batch", )
By using Anonymous mode, you can let others see your Wandb dashboard, run your code and even visualize results. To do so, they do not need to create a Weights & Biases account first. However, as per the documentation, keep in mind that Anonymous-run links are sensitive since these links allow anyone to view and claim the results of an experiment for 7 days, so make sure to only share links with people you trust.