Skip to content

Commit

Permalink
removing .spawn
Browse files Browse the repository at this point in the history
  • Loading branch information
williamFalcon committed Jul 12, 2019
1 parent f10987e commit b74fabd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_tube/argparse_hopt.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
try:
import torch
import multiprocessing
multiprocessing.set_start_method('spawn', force=True)
# multiprocessing.set_start_method('spawn', force=True)
except ModuleNotFoundError:
pass

Expand Down

0 comments on commit b74fabd

Please sign in to comment.