I installed:
- tvm: #1352
- llvm: 6.0.1
- mxnet: 1.2.0
Run tvm samples (from_mxnet.py, deploy_ssd.py) ==> get error:
terminate called after throwing an instance of 'dmlc::Error’
** what(): [18:10:53] /home/prdcv157/Desktop/working/MDL/tvm/src/runtime/workspace_pool.cc:96: Check failed: allocated.size() == 1 (3 vs. 1)**_
I tried to install llvm: 6.0.0 ==> sample error
Have anybody know about this error?