[Apache TVM Discuss] [Development/RFC] Introduce new frontend for Caffe

2021-03-08 Thread Lixiaoquan via Apache TVM Discuss
@zhupijuan_lkl When I run one of the tests in caffe test_forward.py, it reports an error from protobuf. I know it is not TVM's issue, really appreciate if you can give me some hint. ``` tvm/tests/python/frontend/caffe/test_forward.py:816: in _test_alexnet _test_network(data_process, proto_

[Apache TVM Discuss] [Development/RFC] Expand Span for imported module

2020-11-10 Thread Lixiaoquan via Apache TVM Discuss
In this PR https://github.com/apache/incubator-tvm/pull/6885, node name is stored in Span.SourceName. Since Span.SourceName is supposed to represent name of source file, I'd suggest to add another field `hint` to Span to represent node or layer name which is common in models. And when model

[Apache TVM Discuss] [Development/RFC] [RFC] TVM Object Schema DSL

2020-09-23 Thread Lixiaoquan via Apache TVM Discuss
I just wonder why the generated files are tracked in repo? It seems not neccessary since they are generated. --- [Visit Topic](https://discuss.tvm.apache.org/t/rfc-tvm-object-schema-dsl/7930/12) to respond. You are receiving this because you enabled mailing list mode. To unsubscribe fro