commit | 85b08f1b990a4ec3e4fe2ae23bbf38dbd3fb2783 | [log] [tgz] |
---|---|---|
author | Yangqing Jia <jiayq84@gmail.com> | Thu Sep 21 15:58:12 2017 -0700 |
committer | Facebook Github Bot <facebook-github-bot@users.noreply.github.com> | Thu Sep 21 16:01:47 2017 -0700 |
tree | 0c3a03362913d0b07ad8ee2345ccc8bc2cfdb46b | |
parent | e86f941395deefe110c6c233bf90b377542b7ff1 [diff] |
Trying to fix all networkx 2 issues. Summary: Basically: - more generator vs list changes. - difference in the return type of bellman_ford(), see _get_path. 2.x returns list. - nx 2 removed nbunch in topological_order, so we will need to manually use lexicographical_topological_sort with an explicit key derived from the source node order. Closes https://github.com/caffe2/caffe2/pull/1243 Reviewed By: ajtulloch Differential Revision: D5883195 Pulled By: Yangqing fbshipit-source-id: 215d01fdd026d3af1a11ff866bf835e104370e4c
Caffe2 is a lightweight, modular, and scalable deep learning framework. Building on the original Caffe, Caffe2 is designed with expression, speed, and modularity in mind.
Caffe2 research award competition request for proposals
Please use Github issues (https://github.com/caffe2/caffe2/issues) to ask questions, report bugs, and request new features.
Please participate in our survey (https://www.surveymonkey.com/r/caffe2). We will send you information about new releases and special developer events/webinars.
Caffe2 is released under the BSD 2-Clause license.