1. 07 Mar, 2018 2 commits
  2. 06 Mar, 2018 2 commits
  3. 05 Mar, 2018 2 commits
  4. 04 Mar, 2018 2 commits
  5. 02 Mar, 2018 2 commits
  6. 01 Mar, 2018 2 commits
  7. 28 Feb, 2018 3 commits
  8. 27 Feb, 2018 2 commits
  9. 26 Feb, 2018 3 commits
  10. 24 Feb, 2018 1 commit
  11. 23 Feb, 2018 3 commits
  12. 22 Feb, 2018 3 commits
  13. 21 Feb, 2018 3 commits
  14. 20 Feb, 2018 3 commits
  15. 19 Feb, 2018 4 commits
    • Patrick Wieschollek's avatar
      humanize time delta into a proper format rather than 48964518 sec. (#658) · a5dc2dd8
      Patrick Wieschollek authored
      * humanize time delta into a proper format rather than 48964518 sec.
      
      * remove 3rd party dependency
      
      * handle non-integer cases
      
      * add documentation
      
      * proper named function
      
      * use datetime.timedelta
      a5dc2dd8
    • Yuxin Wu's avatar
      fix lint · 4e9e35b5
      Yuxin Wu authored
      4e9e35b5
    • Yuxin Wu's avatar
      misc small changes · 6d921e36
      Yuxin Wu authored
      6d921e36
    • Patrick Wieschollek's avatar
      Printdata (#657) · b8349bcf
      Patrick Wieschollek authored
      * a simple generic unction to visualize tensors allowing the copy-past
      in other examples
      
      * PrintData was buggy
      
      This fixes the output order of PrintData and supports a constrained
      recursion to inspect nested objects. Further, it supports more types
      and keeps the output minimal by providing only necessary information
      (no shape information for scalars).
      
      * fix doc
      
      * cleanup
      b8349bcf
  16. 14 Feb, 2018 3 commits