wandb不初始化nvidia pytorch图像ARM64

发布于 2025-01-24 12:37:04 字数 356 浏览 0 评论 0 原文

我使用ARM64架构在NVIDIA PYTORCH图像上使用WandB遇到严重问题。没有关于如何解决此问题的信息。甚至无法使用wandb.init()开始一个项目 ]: https://i.sstatic.net/pdgdt.png


[python错误 (最近最近的电话) 在 1#!pip安装wandb 2进口魔杖 ----> 3 wandb.init(project ='gpt3')

attributeError:模块'wandb'没有属性'init'

I'm having serious problems with wandb on a nVidia pytorch image using arm64 architecture. No info online on how to solve this problem. Cannot even start a project with wandb.init()
[python error]: https://i.sstatic.net/pdgDT.png


AttributeError Traceback (most recent call last)
in
1 #!pip install wandb
2 import wandb
----> 3 wandb.init(project='gpt3')

AttributeError: module 'wandb' has no attribute 'init'

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

心的憧憬 2025-01-31 12:37:04

在您的情况下,WandB似乎尚未正确安装。

It seems wandb hasn't been installed correctly in your case.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文