[GitHub] [incubator-tvm] FrozenGene commented on pull request #6206: [Caffe Frontend] introduce caffe frontend for tvm

2020-08-26 Thread GitBox
FrozenGene commented on pull request #6206: URL: https://github.com/apache/incubator-tvm/pull/6206#issuecomment-681321757 Thanks @fernchen It is merged now. This is an automated message from the Apache Git Service. To

[GitHub] [incubator-tvm] FrozenGene commented on pull request #6206: [Caffe Frontend] introduce caffe frontend for tvm

2020-08-26 Thread GitBox
FrozenGene commented on pull request #6206: URL: https://github.com/apache/incubator-tvm/pull/6206#issuecomment-680679172 > ```python > from tvm.relay.frontend import caffe_pb2 as pb > ``` where is from `tvm.relay.frontend import caffe_pb2 as pb`, i don't see it in this pr.

[GitHub] [incubator-tvm] FrozenGene commented on pull request #6206: [Caffe Frontend] introduce caffe frontend for tvm

2020-08-16 Thread GitBox
FrozenGene commented on pull request #6206: URL: https://github.com/apache/incubator-tvm/pull/6206#issuecomment-674644223 @fernchen please follow up. This is an automated message from the Apache Git Service. To respond to

[GitHub] [incubator-tvm] FrozenGene commented on pull request #6206: [Caffe Frontend] introduce caffe frontend for tvm

2020-08-05 Thread GitBox
FrozenGene commented on pull request #6206: URL: https://github.com/apache/incubator-tvm/pull/6206#issuecomment-669659791 > Hi @tqchen @FrozenGene: > I adopted the suggestion that just add caffe env in the ci_cpu, see [#6023