aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/examples/eager/spinn/README.md
Commit message (Collapse)AuthorAge
* Rename programmers_guide/ directory to guide/.Gravatar Billy Lamberta2018-06-22
| | | | | | Update references in source files and docs in tensorflow and related projects. PiperOrigin-RevId: 201766994
* Merge changes from github.Gravatar Yifei Feng2018-05-24
| | | | | | | Revert #18413. Too many internal test failures due to the name scope change caused by this change. Revert #18192. Cannot use re2::StringPiece internally. Need alternative for set call. Will pull and clean this up in a separate change. PiperOrigin-RevId: 197991247
* TFE SPINN example: use tensor instead of numpy arrayGravatar Shanqing Cai2018-02-15
| | | | | | in inference output. PiperOrigin-RevId: 185939805
* tfe SPINN example: Add inference; fix serializationGravatar Shanqing Cai2018-02-13
| | | | | | * Also de-flake a test. PiperOrigin-RevId: 185637742
* TFE: Improve spinn/README.mdGravatar Shanqing Cai2018-01-17
| | | | PiperOrigin-RevId: 182247687
* [TFE] Add link to other exapmles from spinn/README.mdGravatar Shanqing Cai2017-12-22
| | | | PiperOrigin-RevId: 179960166
* TF Eager: Add SPINN model example for dynamic/recursive NN.Gravatar Shanqing Cai2017-12-01
PiperOrigin-RevId: 177636427