Skip to content

Instantly share code, notes, and snippets.

View jamiebaggott's full-sized avatar

Jamie Baggott jamiebaggott

View GitHub Profile
package main
import (
"fmt"
tf "github.com/tensorflow/tensorflow/tensorflow/go"
"github.com/tensorflow/tensorflow/tensorflow/go/op"
"io/ioutil"
"sync/atomic"
)