1. 23 Jun, 2017 2 commits
  2. 22 Jun, 2017 5 commits
  3. 21 Jun, 2017 5 commits
  4. 20 Jun, 2017 6 commits
  5. 19 Jun, 2017 2 commits
  6. 18 Jun, 2017 1 commit
  7. 17 Jun, 2017 3 commits
  8. 15 Jun, 2017 3 commits
  9. 14 Jun, 2017 1 commit
  10. 12 Jun, 2017 2 commits
  11. 11 Jun, 2017 1 commit
  12. 10 Jun, 2017 2 commits
  13. 09 Jun, 2017 3 commits
  14. 08 Jun, 2017 1 commit
  15. 07 Jun, 2017 1 commit
  16. 06 Jun, 2017 2 commits
    • Patrick Wieschollek's avatar
      Fix string decode issue for python3 (#294) · 7c7957fc
      Patrick Wieschollek authored
      A binary representation `"\n" * 5 + "hh".encode('utf-8')` reproduces
      the error from travis-ci.
      7c7957fc
    • Patrick Wieschollek's avatar
      Add export for TensorFlow serving (#290) · 978efd20
      Patrick Wieschollek authored
      * Add export for TensorFlow serving
      
      Deploying models without the TensorPack dependency is sometime
      useful or even necessary (TensorFlow serving). Example is also
      provided.
      
      * convince travis
      
      * fix impotrs (tested)
      
      * apply proposed changes to export
      
      * use public api
      
      * rename build -> export
      
      * move location of export.py
      
      * moving means cut and PASTE
      978efd20