Skip to content

Commit

Permalink
Mention modifications of original .proto files from TB.
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Davydenko committed Dec 3, 2019
1 parent 0187212 commit b20b2e4
Show file tree
Hide file tree
Showing 12 changed files with 11 additions and 0 deletions.
File renamed without changes.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ def build_package(version):
setup_requires=["pytest-runner"],
tests_require=TESTS_PACKAGES,
python_requires=">=3.6",
license='Apache License Version 2.0'
)


Expand Down
1 change: 1 addition & 0 deletions smdebug/core/tfevent/proto/attr_value.proto
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* This file was modified for Amazon Sagemaker Debugger from the original version in https://github.com/tensorflow/tensorboard. */
syntax = "proto3";

package smdebug;
Expand Down
1 change: 1 addition & 0 deletions smdebug/core/tfevent/proto/event.proto
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* This file was modified for Amazon Sagemaker Debugger from the original version in https://github.com/tensorflow/tensorboard. */
syntax = "proto3";

package smdebug;
Expand Down
1 change: 1 addition & 0 deletions smdebug/core/tfevent/proto/graph.proto
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* This file was modified for Amazon Sagemaker Debugger from the original version in https://github.com/tensorflow/tensorboard. */
syntax = "proto3";

package smdebug;
Expand Down
1 change: 1 addition & 0 deletions smdebug/core/tfevent/proto/node_def.proto
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* This file was modified for Amazon Sagemaker Debugger from the original version in https://github.com/tensorflow/tensorboard. */
syntax = "proto3";

package smdebug;
Expand Down
1 change: 1 addition & 0 deletions smdebug/core/tfevent/proto/resource_handle.proto
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* This file was modified for Amazon Sagemaker Debugger from the original version in https://github.com/tensorflow/tensorboard. */
syntax = "proto3";

package smdebug;
Expand Down
1 change: 1 addition & 0 deletions smdebug/core/tfevent/proto/summary.proto
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* This file was modified for Amazon Sagemaker Debugger from the original version in https://github.com/tensorflow/tensorboard. */
syntax = "proto3";

package smdebug;
Expand Down
1 change: 1 addition & 0 deletions smdebug/core/tfevent/proto/tensor.proto
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* This file was modified for Amazon Sagemaker Debugger from the original version in https://github.com/tensorflow/tensorboard. */
syntax = "proto3";

package smdebug;
Expand Down
1 change: 1 addition & 0 deletions smdebug/core/tfevent/proto/tensor_shape.proto
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* This file was modified for Amazon Sagemaker Debugger from the original version in https://github.com/tensorflow/tensorboard. */
// Protocol buffer representing the shape of tensors.

syntax = "proto3";
Expand Down
1 change: 1 addition & 0 deletions smdebug/core/tfevent/proto/types.proto
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* This file was modified for Amazon Sagemaker Debugger from the original version in https://github.com/tensorflow/tensorboard. */
syntax = "proto3";

package smdebug;
Expand Down
1 change: 1 addition & 0 deletions smdebug/core/tfevent/proto/versions.proto
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* This file was modified for Amazon Sagemaker Debugger from the original version in https://github.com/tensorflow/tensorboard. */
syntax = "proto3";

package smdebug;
Expand Down

0 comments on commit b20b2e4

Please sign in to comment.