Better visualization for gpu training plan

Summary:
The current gpu training plan has many sub-steps with same name (eg., "train/epoch"). This messes up the plan visualization. This diff fixes this.

before: https://our.intern.facebook.com/intern/graphviz?paste=56899036
after: https://our.intern.facebook.com/intern/graphviz?paste=56899704

Reviewed By: xianjiec

Differential Revision: D4343739

fbshipit-source-id: 8dbc01b4f3221999c78cb80a22ec8c11abf81172
2 files changed
tree: 739806711ff7cce83eab7ab28e0df599540af9bd
  1. caffe/
  2. caffe2/
  3. docs/
  4. third_party/
  5. .Doxyfile
  6. .gitignore
  7. .gitmodules
  8. build.py
  9. build_android.py
  10. build_android_prepare.py
  11. LICENSE
  12. Makefile
  13. README.md
README.md

Caffe2

Caffe2 is a deep learning framework made with expression, speed, and modularity in mind. It is an experimental refactoring of Caffe, and allows a more flexible way to organize computation.

Read the installation instructions for installation details.

License and Citation

Caffe2 is released under the BSD 2-Clause license.