Proto commits in lanpa/tensorboardX

These 19 commits are when the Protocol Buffers files have changed:

Commit:da08432
Author:Tzu-Wei Huang
Committer:GitHub

remove the deprecated pytorch_graph_deprecated function (#684) * remove the deprecated pytorch_graph_deprecated function * remove unused code

The documentation is generated from this commit.

Commit:c2248e5
Author:Garrett Smith
Committer:Tzu-Wei Huang

fixed regression of #206 (#489)

Commit:dce4fb1
Author:Tzu-Wei Huang
Committer:GitHub

hparam support (#470) * hparam support * add test and doc * fix test for py2 * fix CI test again * minor improves * further improvements

Commit:059d088
Author:Tzu-Wei Huang
Committer:GitHub

update summary.proto (#456)

Commit:35a1cda
Author:Tzu-Wei Huang
Committer:GitHub

add_mesh (#448)

Commit:b5ac736
Author:Orion Reblitz-Richardson
Committer:Tzu-Wei Huang

Dynamically generate protobuf python interfaces (#237) * Dynamically generate Python *_pb2.py output Adds to setup.py so that the shell script to compile the .proto files with protoc is run post-install. Rename the tensorboardX/src directory -> tensorboardX/proto as this makes more sense. Adjust all usages of ..src, .src, tensorboardX.src to ..proto, .proto, tensorboardX.proto. * Move demo.py to examples folder Also rename matplotlib_demo to demo_matplotlib for consistency with the rest of the demos in the /examples folder. * Rename graph_onnx -> onnx_graph For consistency with pytorch_graph.py and caffe2_graph.py. * Fix tests

Commit:9d2cbeb
Author:Tzu-Wei Huang

support custom_scalar. closes #195, closes #161

Commit:4fa7a16
Author:Tzu-Wei Huang

fixed #206. resolve namespace confliction with TF tensorboard.

Commit:f799385
Author:Tzu-Wei Huang

Show mock data for cputime and memory usage on tensorboard

Commit:f76e92b
Author:Tzu-Wei Huang

fixes #136

Commit:1cb71cc
Author:Tzu-Wei Huang

compatible with onnx 0.2.1 API change

Commit:8f5387c
Author:Tzu-Wei Huang

supports precision recall curve

Commit:f0cda97
Author:Tzu-Wei Huang

onnx graph on tensorboard

Commit:4bbb992
Author:Tzu-Wei Huang

update protobuf

Commit:66ea30b
Author:Tzu-Wei Huang

rename to tensorboardX. see #20

Commit:0495ca5
Author:Tzu-Wei Huang

add proto for graph

Commit:3ea32bb
Author:Tzu-Wei Huang

ready to log text events

Commit:53c3d9d
Author:Tzu-Wei Huang

clean up files

Commit:8a53aa3
Author:Tzu-Wei Huang

first commit