Skip to content

zerotosingularity/keras-tensorflow-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

-- Work in Progress --

Get started:

  • Run the notebook and copy/move the 'forGo' folder into this folder
  • Run: docker run -it -v $(pwd):/go zerotosingularity/tensorflow-go:0.1
  • Run docker exec -it CONTAINER_ID /bin/bash
  • go get github.com/tensorflow/tensorflow/tensorflow/go
  • go build
  • ./go cat.jpg

Dockerfile based on: https://github.com/minixxie/docker-tensorflow-golang

Interesting links:

https://raw.githubusercontent.com/tensorflow/tensorflow/master/tensorflow/go/op/wrappers.go

https://www.tensorflow.org/install/lang_c

https://www.tensorflow.org/install/docker

https://github.com/tensorflow/tensorflow/blob/master/tensorflow/go/example_inception_inference_test.go

TODO

  • Clean up docker file
  • Make it work on Google Colab
  • Document better

About

Train a model in Keras using transfer learning and use Tensorflow and go for inference

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published