Skip to main content
Yes, W&B uses the multiprocessing library. An error message like the following indicates a possible issue:
To resolve this, add an entry point protection with if __name__ == "__main__":. This protection is necessary when running W&B directly from the script.
Experiments