Skip to main content

Does the W&B client support Python 2?

The W&B client library supported both Python 2.7 and Python 3 through version 0.10. Support for Python 2.7 discontinued …

Does the W&B client support Python 3.5?

The W&B client library supported Python 3.5 until version 0.11. Support for Python 3.5 ended with version 0.12, which al …

Does this only work for Python?

The library supports Python 2.7 and later, as well as Python 3.6 and later. The architecture facilitates integration wit …

How can I resume a sweep using Python code?

To resume a sweep, pass the sweep_id to the wandb.agent() function.

How do I install the wandb Python library in environments without gcc?

If an error occurs when installing wandb that states: Install psutil directly from a pre-built wheel. Determine your Pyt …

Is there an anaconda package for Weights and Biases?

There is an anaconda package that is installable using either pip or conda. For conda, obtain the package from the conda …