Skip to content

wangxin39/gocaffe

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gocaffe

implement Caffe deep learning framework in pure golang

Using protocol buffers with Go

To compile the protocol buffer difinition, run proboc with the --go_out parameter set to the directory you want to output the Go code to:

protoc --go_out=. *.proto

The generated files will be suffixed.pb.go. Refer to golang protobuf for more information.

Using Gonum BLAS

More information can be found in blas.

About

implement Caffe deep learning framework in pure golang

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 57.4%
  • C++ 32.5%
  • Python 3.9%
  • Cuda 2.3%
  • Protocol Buffer 1.3%
  • CMake 1.2%
  • Other 1.4%