- May 29, 2018
-
-
Yuwei Hu authored
* vgg16 success * remove six.PY2, use sys.version_info; convert_activation() accepts activation type name(str, e.g. 'relu') as input; * add convert_merge * fix convert_batchnorm; improve tests * fix lint * add numpy-style pad operator * deal with asymmetry padding * resnet50 success * fix pool_convert; xception passes test * update tvm * fix bias error; all tests pass * use > >, not >>
-
abergeron authored
-
ziheng authored
* [SYMBOL] Add __iter__ and GetChildren for symbol * [SYMBOL] Fix lint
-
Chris Olivier authored
* Symbol __getitem__ using list_outputs() is too expensive, when it only cares about the output count in most cases * Add cython cmake * GetNumOutputs() and __len__ changes per PR comments * set commit for tvm
-
Joshua Z. Zhang authored
* fix mxnet multi outputs * add test case for multi outputs * fix * fix * fix * fix index * use json hack * fix test cases * fix test cases * fix test cases * fix test cases * fix test cases * fix test cases
-
ziheng authored
* [CMPL] Add Support for Other Data Types * [CMPL] Add test * [CMPL] Fix
-
masahi authored
-
ziheng authored
-
Lianmin Zheng authored
-
srkreddy1238 authored
Variable declaration correction.
-
Leyuan Wang authored
-
abergeron authored
* Make sure to install the nnvm_compiler library. * Add conda packge.
-
Tianqi Chen authored
-
ziheng authored
-
WolffyChen authored
* Update deploy.md Add an example in c++. * Update deploy.md Add an example in c++. * Update deploy.md Add an example in c++. * Update deploy.md Add an example in c++. * Update deploy.md Update dlpack device and type enumerations.
-
Yuwei Hu authored
* update tvm * [TOP] fix weight layout in conv2d_transpose
-
WolffyChen authored
* Update deploy.md Add an example in c++. * Update deploy.md Add an example in c++. * Update deploy.md Add an example in c++. * Update deploy.md Add an example in c++.
-
Yuwei Hu authored
* [TOP] add conv2d_transpose * update tvm * fix pylint
-
Joshua Z. Zhang authored
-
Joshua Z. Zhang authored
* update * fix * use generated onnx model * fix tests * fix lint * remove log filter * add vgg * fix tests * update tests * fix download * fix ci * fix tutorial url * clean cache
-
tqchen authored
-
Joshua Z. Zhang authored
-
Tianqi Chen authored
-
Tianqi Chen authored
-
Takeo Imai authored
* graph.input can be either ValueInfoProto or string * pylint
-
Takeo Imai authored
* Change the way to import ONNX model. * Decide ONNX version and change the processing * Check whether onnx has the attribute '__version__'
-
PENGUINLIONG authored
-
PENGUINLIONG authored
* Correct the use of `concatenate` operator * Optimize
-
ziheng authored
-
Joshua Z. Zhang authored
* fix for composed symbol * fix * clean up * fix exception type
-
Tianqi Chen authored
-
Tianqi Chen authored
-
Tianqi Chen authored
-
Eric Junyuan Xie authored
-
Joshua Z. Zhang authored
* fix recently released layers * fix fc layers with partial infer_shape
-
PENGUINLIONG authored
-
ziheng authored
-
Tianqi Chen authored
-
Tianqi Chen authored
-