- 08 Sep, 2019 1 commit
-
-
雾雨魔理沙 committed
-
- 22 Aug, 2019 1 commit
-
-
Josh Fromm committed
-
- 02 Jul, 2019 1 commit
-
-
Zhi committed
-
- 15 Jun, 2019 1 commit
-
-
Alexander Pivovarov committed
-
- 28 May, 2019 1 commit
-
-
masahi committed
-
- 24 May, 2019 1 commit
-
-
* [RELAY]Frontend darknet * CI test file updated & CI error fixed * avg_pool pad fix * Changed repo_url and doc formatting
Siju committed
-
- 29 Apr, 2019 1 commit
-
-
* ssd gluoncv gpu op updated * ssd gluoncv gpu op updated * tutorials and testes modified * tutorials and testes modified * fix lint * fix lint * address comment * multibox bug fixed * space line added * use less threads per block * use less threads per block * less threads per block for get valid count * less threads per block for get valid count * merge with master * Revert "less threads per block for get valid count" This reverts commit 08896cfccc34b0b2a1646d01d01ea4cad73941c4. * Revert "less threads per block for get valid count" This reverts commit 08896cfccc34b0b2a1646d01d01ea4cad73941c4. * typo fixed * elem length made to a variable * fix lint error * fix lint error * lint fixed * bug fixed * bug fixed * lint fixed * error fixed * error fixed * test ci * test ci * seperate argsort to be an independent op * seperate argsort to be an independent op * fix lint * fix lint * remove unsupported models * typo fixed * argsort added to realy * solve conflicts with master * fix lint * fix lint * test push * Revert "test push" This reverts commit 6db00883fab6cc06bddf564c926bb27c874397d8. * fix lint error * fix more lint * cpu test_sort udpated * debug ci * nms fixed * expose argsort to relay frontend * test ci * fix lint * sort register error fixed * fix nnvm * nms type fixed * adaptive pooling added to relay * Revert "adaptive pooling added to relay" This reverts commit 1119f1f2c055753e0cc5611627597749134c5c8c. * fix lint * expose argsort op * fix lint * fix lint * fix lint * sort test updated * sort bug fixed * nnvm error fixed * fix argsort default data type returned to be float insteaf of int * fix lint * fix lint * test fixed * fix valid count * fix titanx bug * tutorial add both targets * titanx error fixed * try to fix CI old gpu error * try to solve CI GPU error * get_valid_count added * reverse get_valid_count * get valid count optimized * address comments * fix ci error * remove unessesary block sync * add back one sync * address comments * address more comments * more comments * move sort to be indepent algorithm * typo fixed * more typos * comments addressed * doc updated * fix pylint * address final comments * apache license added
Leyuan Wang committed
-
- 23 Apr, 2019 1 commit
-
-
* Enhance upsample operator to adapt onnx opset version 9 for nnvm compiler * Add upsample test case for newer opset in nnvm * re-trigger the CI
Gemfield committed
-
- 21 Apr, 2019 1 commit
-
-
* [Frontend][TF] Fix Placeholder issue * Add test cases
Yong Wu committed
-
- 16 Apr, 2019 1 commit
-
-
hlu1 committed
-
- 08 Apr, 2019 1 commit
-
-
* [HEADER] ASF header dir=include * [HEADER] ASF Header dir=src * [HEADER] ASF Header -dir=python * [HEADER] ASF header dir=topi * [HEADER] ASF Header dir=nnvm * [HEADER] ASF Header -dir=tutorials * [HEADER] ASF Header dir=tests * [HEADER] ASF Header -dir=docker * fix whitespace * [HEADER] ASF Header -dir=jvm * [HEADER] ASF Header -dir=web * [HEADER] ASF Header --dir=apps * [HEADER] ASF Header --dir=vta * [HEADER] ASF Header -dir=go * temp * [HEADER] ASF Header --dir=rust * [HEADER] Add ASF Header --dir=cmake * [HEADER] ASF Header --dir=docs * [HEADER] Header for Jenkinsfile * [HEADER] ASF Header to toml and md * [HEADER] ASF Header to gradle * Finalize rat cleanup * Fix permission * Fix java test * temporary remove nnvm onnx test
Tianqi Chen committed
-
- 01 Apr, 2019 1 commit
-
-
* [DOCKER][FRONTEND] Run DarkNet tests * update tests to pass CI
MORITA Kazutaka committed
-
- 30 Mar, 2019 1 commit
-
-
Haichen Shen committed
-
- 29 Mar, 2019 1 commit
-
-
Haichen Shen committed
-
- 19 Mar, 2019 1 commit
-
-
* [FRONTEND][TENSORFLOW] Enhance with left over patches from NNVM. commit 76188a43 Author: Siva sivar.b@huawei.com [NNVM][TENSORFLOW] bugfix. (#2444) commit 6737739c Author: Ashutosh Parkhi ashutosh.parkhi@imgtec.com [Tensorflow] Support for Crop (#2285) commit f6c3f997 Author: Alexey Romanov alexey.v.romanov@gmail.com [FRONTEND][TENSORFLOW] Use input shapes directly instead of 1-element lists (#2242) commit e5d92e1b Author: Dominic Symes 36929632+dominicsymes@users.noreply.github.com [FRONTEND][TENSORFLOW] Bugfix (#2326) commit 00d509d4 Author: Alexey Romanov alexey.v.romanov@gmail.com [FRONTEND][TENSORFLOW] Support Unstack and Split (#2105) commit df9d3ad2 Author: Siva sivar.b@huawei.com [FRONTEND][TENSORFLOW] Bugfix (#2267) commit d1a0c901 Author: Zhebin Jin zhebin.jzb@alibaba-inc.com [FRONTEND][TENSORFLOW]Add Split and realdiv op support (#2123) * Add Split and realdiv op support * Fix the pad calculation in the case of dilated convolution * * review comments * * resnet fix. * * review comments
Siva committed
-
- 12 Mar, 2019 1 commit
-
-
Tianqi Chen committed
-
- 11 Mar, 2019 1 commit
-
-
Yao Wang committed
-
- 03 Mar, 2019 1 commit
-
-
Ashutosh Parkhi committed
-
- 01 Mar, 2019 1 commit
-
-
Hao Jin committed
-
- 27 Feb, 2019 1 commit
-
-
Hao Jin committed
-
- 22 Feb, 2019 1 commit
-
-
Hao Jin committed
-
- 05 Feb, 2019 1 commit
-
-
* [RELAY][FRONTEND] Tensorflow frontend support. * * LSTM removed for a while. * * basic ops are good. * * nn wip * * wip * * python2.7 corrections. * * NN ops are good. * * e2e models working good * * all good except LSTM * * rebase, tutorials and CI trigger. * * CI errors. * * enable opt_level=3 * * Docstrings cleanup. testing.tf utils moved to relay from nnvm. * * tutorials update. * * LSTM work good now. * * Rebase * * CI error * * enable PTB. * * rebase. * * tutorials * Update python/tvm/relay/frontend/tensorflow.py Co-Authored-By: srkreddy1238 <sivar.b@huawei.com> * * review comments. * CI fix. * * review comments.
Siva committed
-
- 30 Jan, 2019 1 commit
-
-
* [Relay][Frontend] Add CoreML Support * pip install six in CI * remove triggering nnvm coreml test * set opt_level=2 for nnvm coreml test case
Yizhi Liu committed
-
- 14 Jan, 2019 1 commit
-
-
fixes fixes
Ashutosh Parkhi committed
-
- 11 Jan, 2019 1 commit
-
-
Joshua Z. Zhang committed
-
- 09 Jan, 2019 2 commits
-
-
Joshua Z. Zhang committed
-
relax the error constraints on these tests due to likely FP compuation accuracy issues.
Yang Chen committed
-
- 24 Dec, 2018 1 commit
-
-
Dominic Symes committed
-
- 13 Dec, 2018 1 commit
-
-
Alexey Romanov committed
-
- 12 Dec, 2018 1 commit
-
-
Siju committed
-
- 06 Dec, 2018 2 commits
-
-
* Add Split and realdiv op support * Fix the pad calculation in the case of dilated convolution
Zhebin Jin committed -
Wu Zhao committed
-
- 04 Dec, 2018 1 commit
-
-
Jared Roesch committed
-
- 29 Nov, 2018 1 commit
-
-
* [Tutorial]NLP Sequence to sequence model for translation * Review comments * Review comments updated
Siju committed
-
- 21 Nov, 2018 2 commits
-
-
Siva committed
-
Ashutosh Parkhi committed
-
- 18 Nov, 2018 1 commit
-
-
hlu1 committed
-
- 15 Nov, 2018 1 commit
-
-
Yizhi Liu committed
-
- 13 Nov, 2018 1 commit
-
-
* add Pad,ReduceMax,ReduceMin,ReduceMean,ReduceSum for onnx frontend * fixed pylint error and warning for frontend.onnx file * add implement v2 for Pad in onnx frontend * compatible with python 3.x * disable too-many-lines pylint check in frontend onnx * use random values instead in onnx frontend testing
Bob.Liu committed
-
- 07 Nov, 2018 1 commit
-
-
MORINAGA committed
-