Skip to content

Instantly share code, notes, and snippets.

View TableMountain's full-sized avatar
💭
I may be slow to respond.

TableMountain

💭
I may be slow to respond.
View GitHub Profile
Verifying my Blockstack ID is secured with the address 1HnVPsfK3HMrckT9dVXkg6QyMMsCXJN8HU https://explorer.blockstack.org/address/1HnVPsfK3HMrckT9dVXkg6QyMMsCXJN8HU
@TableMountain
TableMountain / tf-serving-client.go
Created December 28, 2017 00:44 — forked from mauri870/tf-serving-client.go
Tensorflow Serving Go client for the inception model
// Tensorflow Serving Go client for the inception model
// First of all compile the proto files:
// git clone --recursive https://github.com/tensorflow/serving.git
// protoc -I=serving -I serving/tensorflow --go_out=plugins=grpc:$GOPATH/src serving/tensorflow_serving/apis/*.proto
// protoc -I=serving/tensorflow --go_out=plugins=grpc:$GOPATH/src serving/tensorflow/tensorflow/core/framework/*.proto
// protoc -I=serving/tensorflow --go_out=plugins=grpc:$GOPATH/src serving/tensorflow/tensorflow/core/protobuf/{saver,meta_graph}.proto
// protoc -I=serving/tensorflow --go_out=plugins=grpc:$GOPATH/src serving/tensorflow/tensorflow/core/example/*.proto
package main

Tensorflow

This is fully functional version of Tensorflow with GPU on macOS 10.13 it also works on 10.13.1 I hope it helps.

System information

  • OS - High Sierra 10.13
  • Tensorflow - 1.4
  • Xcode command line tools - 8.2 (Download from here: Xcode - Support - Apple Developer & Switch to different clang version: sudo xcode-select --switch/Library/Developer/CommandLineTools & check version: clang -v)
  • Cmake - 3.7