We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
panic: proto: message tensorflow.AllocationDescription is already registered See https://developers.google.com/protocol-buffers/docs/reference/go/faq#namespace-conflict
goroutine 1 [running]: google.golang.org/protobuf/reflect/protoregistry.glob..func1(0x1832fc0, 0xc013db5520, 0x17f74a0, 0xc013eac630, 0x154e900) /home/go/pkg/mod/google.golang.org/protobuf@v1.26.0/reflect/protoregistry/registry.go:54 +0x24c google.golang.org/protobuf/reflect/protoregistry.(*Types).register(0xc000202630, 0x157ff8c, 0x7, 0x1832fc0, 0xc013db5520, 0x154e900, 0xc013eab8c0, 0x9c2545, 0x1841540) /home/go/pkg/mod/google.golang.org/protobuf@v1.26.0/reflect/protoregistry/registry.go:566 +0x33b google.golang.org/protobuf/reflect/protoregistry.(*Types).RegisterMessage(0xc000202630, 0x1821f80, 0xc013eab8c0, 0x0, 0x0) /home/go/pkg/mod/google.golang.org/protobuf@v1.26.0/reflect/protoregistry/registry.go:493 +0xf5 github.com/golang/protobuf/proto.RegisterType(0x1816340, 0x0, 0x15a3e93, 0x20) /home/go/pkg/mod/github.com/golang/protobuf@v1.5.2/proto/registry.go:181 +0x71 github.com/helinwang/tfsum/tensorflow/core/framework.init.0() /home/go/pkg/mod/github.com/helinwang/tfsum@v0.0.0-20170424205007-0203575258a5/tensorflow/core/framework/allocation_description.pb.go:149 +0x4b
The text was updated successfully, but these errors were encountered:
No branches or pull requests
panic: proto: message tensorflow.AllocationDescription is already registered
See https://developers.google.com/protocol-buffers/docs/reference/go/faq#namespace-conflict
goroutine 1 [running]:
google.golang.org/protobuf/reflect/protoregistry.glob..func1(0x1832fc0, 0xc013db5520, 0x17f74a0, 0xc013eac630, 0x154e900)
/home/go/pkg/mod/google.golang.org/protobuf@v1.26.0/reflect/protoregistry/registry.go:54 +0x24c
google.golang.org/protobuf/reflect/protoregistry.(*Types).register(0xc000202630, 0x157ff8c, 0x7, 0x1832fc0, 0xc013db5520, 0x154e900, 0xc013eab8c0, 0x9c2545, 0x1841540)
/home/go/pkg/mod/google.golang.org/protobuf@v1.26.0/reflect/protoregistry/registry.go:566 +0x33b
google.golang.org/protobuf/reflect/protoregistry.(*Types).RegisterMessage(0xc000202630, 0x1821f80, 0xc013eab8c0, 0x0, 0x0)
/home/go/pkg/mod/google.golang.org/protobuf@v1.26.0/reflect/protoregistry/registry.go:493 +0xf5
github.com/golang/protobuf/proto.RegisterType(0x1816340, 0x0, 0x15a3e93, 0x20)
/home/go/pkg/mod/github.com/golang/protobuf@v1.5.2/proto/registry.go:181 +0x71
github.com/helinwang/tfsum/tensorflow/core/framework.init.0()
/home/go/pkg/mod/github.com/helinwang/tfsum@v0.0.0-20170424205007-0203575258a5/tensorflow/core/framework/allocation_description.pb.go:149 +0x4b
The text was updated successfully, but these errors were encountered: