Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
例如,我有 A、B 帐户。
首先,我使用 A 帐户登录 Google Colab。我想用 B 帐户登录 wandb。(使用!wandb登录)有可能吗?
您可以使用以下命令强制重新登录:
wandb login --relogin
import wandb wandb.login(relogin=True)