반응형
jupyter notebook에서 wandb 사용해서 훈련시 에러 발생
!pip install ipython==8.16.1
버전맞춰 재설치하면 해결
출처
https://github.com/wandb/wandb/issues/6546
[CLI]: TypeError: _WandbInit._pause_backend() takes 1 positional argument but 2 were given · Issue #6546 · wandb/wandb
Describe the bug if i used run = wandb.init(entity="bart_tadev", project='GPT-4 in Python', name="test") in jupyter notebook error raised TypeError: _WandbInit._pause_backend() takes 1 positional a...
github.com
반응형