Can I turn off wandb when testing my code?
Support:
less than a minute
테스트 목적으로 W&B를 작동하지 않는(NOOP) 상태로 구성하려면 wandb.init(mode="disabled")
를 사용하거나 WANDB_MODE=disabled
를 설정하세요.
wandb.init(mode="disabled")
를 사용해도 W&B가 아티팩트를 WANDB_CACHE_DIR
에 저장하는 것을 막을 수는 없습니다.피드백
이 페이지가 도움이 되었나요?
Glad to hear it! If you have further feedback, please let us know.
Sorry to hear that. Please tell us how we can improve.