Skip to content
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.

Commit

Permalink
- replaced torch.multiprocessing to multiprocessing (because it made …
Browse files Browse the repository at this point in the history
…no difference and the docs wouldn't build)
  • Loading branch information
nasimrahaman committed Sep 1, 2017
1 parent 31297e5 commit 810a4c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inferno/extensions/containers/graph.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from collections import OrderedDict
import sys
import threading
import torch.multiprocessing as mp
import multiprocessing as mp
import copy

import networkx as nx
Expand Down

0 comments on commit 810a4c6

Please sign in to comment.