ichliebemath
Results
2
comments of
ichliebemath
Did anyone solve the problem?
have found the problem: reset of the start method from multiprocessing is needed in utils.py. (with python3.10.9, macos) from multiprocessing import set_start_method set_start_method("fork", force=True)