1. 10 Oct, 2019 2 commits
    • [DOCKER] torch install depends on future package (#4098) · 4b8cb3a4
      The torch package depends on the future package but the torch wheel
      does not expose that dependency resulting in an inconsitent install.
      
      Ideally the wheel should declare all of its dependencies, I'm not sure
      why the packagers have choosen not to do this, for now the simple work
      around is to explicitly install the future package.
      
      Change-Id: Ic9f0f4bb4c78ab65706fc1b20c1b4fd287856a9e
      Marcus Shawcroft committed
    • [Relay][VM] Fix constant folding issue in VM compiler (#4077) · fc2713e5
      * [Relay][VM] Fix constant folding issue in VM compiler
      
      1. allow pass params when compile a module
      2. enhance profiler robustness
      
      * remove dead code
      
      * fix lint
      
      * add get_params
      
      * fix test
      
      * don't pass params back
      
      * remove get_params
      
      * docs
      
      * move compile function to api
      
      * compile clashes with builtin name
      
      * fix compilation error
      
      * remove dead code
      Wei Chen committed
  2. 09 Oct, 2019 4 commits
  3. 08 Oct, 2019 8 commits
  4. 07 Oct, 2019 5 commits
  5. 06 Oct, 2019 4 commits
  6. 05 Oct, 2019 4 commits
  7. 04 Oct, 2019 1 commit
  8. 03 Oct, 2019 2 commits
  9. 02 Oct, 2019 3 commits
  10. 01 Oct, 2019 4 commits
  11. 30 Sep, 2019 3 commits