Wandb not initializing on Nvidia Pytorch Image arm64

2.5k Views Asked by At

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'

1

There are 1 best solutions below

2
On

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