Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 547 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 547 Bytes

tensorboard-data-server

Standalone service to read TensorBoard data from event files and expose it to clients over an RPC interface.

Building

Clone TensorBoard. Run:

./build_protos.sh --bootstrap
go get github.com/golang/protobuf/protoc-gen-go
go get google.golang.org/grpc/cmd/protoc-gen-go-grpc@v1.0
./build_protos.sh PATH_TO_TENSORBOARD_REPO

Then use the standard go(1) CLI:

go build ./...
go test ./...
go run ./io/cmd/tfrecord_bench --help