https://github.com/bvwells/golang-tensorflow
A golang tensorflow build image library
https://github.com/bvwells/golang-tensorflow
go golang tensorflow
Last synced: 5 months ago
JSON representation
A golang tensorflow build image library
- Host: GitHub
- URL: https://github.com/bvwells/golang-tensorflow
- Owner: bvwells
- License: mit
- Created: 2019-08-16T20:31:52.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-18T19:07:19.000Z (almost 7 years ago)
- Last Synced: 2025-04-21T10:53:11.768Z (about 1 year ago)
- Topics: go, golang, tensorflow
- Language: Go
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# golang-tensorflow
[](https://travis-ci.org/bvwells/golang-tensorflow)
A golang tensorflow build image.
For more information on TensorFlow see:
https://www.tensorflow.org/
For more information on building using TensorFlow in go see:
https://www.tensorflow.org/install/lang_go
For more information on using the c TensorFlow library in go see:
https://www.tensorflow.org/install/lang_c
# Building the docker image
```
docker build -t golang-tensorflow .
```
# Running test program
```
docker run -v cwd:/go/src/github.com/bvwells/golang-tensorflow golang-tensorflow:latest go run main.go
```