d4l3k / go-caffe2

caffe2 bindings for Go

Home Page:https://godoc.org/github.com/d4l3k/go-caffe2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

go-caffe2 GoDoc

This provides caffe2 bindings for Go.

You need to install caffe2 to your system first.

$ go get -u github.com/d4l3k/go-caffe2

See TestNet for an example of creating a new net with blobs and running it: https://github.com/d4l3k/go-caffe2/blob/master/net_test.go

Development

Check the code out with submodules

$ git clone --recurse-submodules -j16 git@github.com:d4l3k/go-caffe2.git

Install go protoc: https://github.com/golang/protobuf#installation

Generate protobuf sources and test:

make

License

go-caffe2 is licensed under the MIT license.

About

caffe2 bindings for Go

https://godoc.org/github.com/d4l3k/go-caffe2

License:MIT License


Languages

Language:Go 63.3%Language:C++ 19.5%Language:C 10.4%Language:Makefile 6.8%