1. 04 Mar, 2018 2 commits
  2. 02 Mar, 2018 2 commits
  3. 01 Mar, 2018 2 commits
  4. 28 Feb, 2018 3 commits
  5. 27 Feb, 2018 2 commits
  6. 26 Feb, 2018 3 commits
  7. 24 Feb, 2018 1 commit
  8. 23 Feb, 2018 3 commits
  9. 22 Feb, 2018 3 commits
  10. 21 Feb, 2018 3 commits
  11. 20 Feb, 2018 3 commits
  12. 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
  13. 14 Feb, 2018 3 commits
  14. 13 Feb, 2018 1 commit
  15. 12 Feb, 2018 4 commits
  16. 11 Feb, 2018 1 commit
    • Patrick Wieschollek's avatar
      add NVML binding (#642) · 5667a220
      Patrick Wieschollek authored
      * add NVML binding
      
      * fix flake8
      
      * separate gpu and nvml
      
      * remove stuff
      
      * switch to context
      
      * Clean-up and rename
      
      * fix lint
      5667a220