Skip to content

wchargin/tensorboard-data-server-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published