Skip to content

Commit

Permalink
Merge pull request open-mmlab#72 from caoxudong/typofix_Graph_strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
yjxiong authored Jul 26, 2018
2 parents c56021c + 05e0352 commit 2214414
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/utils/graph.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ class Graph():
Args:
strategy (string): must be one of the follow candidates
- uniform: Uniform Labeling
- dastance: Distance Partitioning
- distance: Distance Partitioning
- spatial: Spatial Configuration
For more information, please refer to the section 'Partition Strategies'
in our paper (https://arxiv.org/abs/1801.07455).
Expand Down

0 comments on commit 2214414

Please sign in to comment.