wandb: (1) Create a W&B account
wandb: (2) Use an existing W&B account
wandb: (3) Don't visualize my results
wandb: Enter your choice: 2
wandb: You chose 'Use an existing W&B account'
wandb: Logging into wandb.ai. (Learn how to deploy a W&B server locally: https://wandb.me/wandb-server)
wandb: You can find your API key in your browser here: https://wandb.ai/authorize
wandb: Paste an API key from your profile and hit enter, or press ctrl+c to quit:
我的 PyCharm 终端冻结了,我无法输入或粘贴我的 API 密钥。按 Enter 后也没有任何反应。 有什么帮助或想法吗?
在他们的 GitHub 上找到问题报告 这里。
还提出了一个“解决方法”。在提示输入 API 密钥之前,您可以提前从终端执行此操作,如下所示..
wandb login xxxxxxxxxYOUR_KEY_HERExxxxxxxxxxxxxx
稍后将不会要求您输入密钥,并且您不会陷入困境。注意:
这是一个解决方法,不知道为什么我的终端不喜欢我粘贴东西,仍然很高兴知道你们是否可以重现或者是否是我。