multiprocessing library. An error message like the following indicates a possible issue:
if __name__ == "__main__":. This protection is necessary when running W&B directly from the script.
Experiments
Yes, W&B uses multiprocessing. Add if name == ‘main’ to avoid bootstrapping errors.
multiprocessing library. An error message like the following indicates a possible issue:
if __name__ == "__main__":. This protection is necessary when running W&B directly from the script.