'Wandb not initializing on Nvidia Pytorch Image arm64
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.stack.imgur.com/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'
Solution 1:[1]
It seems wandb hasn't been installed correctly in your case.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Parul |
