Skip to content
Snippets Groups Projects
Commit c944ed51 authored by Jeffrey Wigger's avatar Jeffrey Wigger
Browse files

not sharing the starting weights

parent 16643663
No related tags found
No related merge requests found
...@@ -431,7 +431,7 @@ class Node: ...@@ -431,7 +431,7 @@ class Node:
threads_per_proc = max(math.floor(total_threads / mapping.procs_per_machine), 1) threads_per_proc = max(math.floor(total_threads / mapping.procs_per_machine), 1)
torch.set_num_threads(threads_per_proc) torch.set_num_threads(threads_per_proc)
torch.set_num_interop_threads(1) torch.set_num_interop_threads(1)
torch.manual_seed(97) # torch.manual_seed(97)
self.instantiate( self.instantiate(
rank, rank,
machine_id, machine_id,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment