Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2465e60 + b0b7486 commit 1966a7aCopy full SHA for 1966a7a
1 file changed
examples/misc/multiprocess_sgskip.py
@@ -102,5 +102,5 @@ def main():
102
103
if __name__ == '__main__':
104
if plt.get_backend() == "MacOSX":
105
- multiprocessing.set_start_method("forkserver")
+ mp.set_start_method("forkserver")
106
main()
0 commit comments