Changming Sun

Results 256 comments of Changming Sun

Have you read this: https://github.com/protocolbuffers/protobuf/issues/1941 ?

First, I against doing this because protobuf's official document says: "If your project is itself a DLL intended for use by third-party software, we recommend that you do NOT expose...

Hi @annemenini https://github.com/bazelbuild/bazel/issues/4078#issuecomment-345620850

Hi @cloose , Could you please disable markdown escaping(e.g. _ ) in math formulas? Now I have to write $$ \prod_{i=1}^{n}{P(Y=y_i|x_i)} $$ instead of $$ \prod_{i=1}^{n}{P(Y=y_i|x_i)} $$ Thanks.

Hi @Alxe1 escape '_'. Add a backslash before it so markdown will not interpret it.

Yes, it doesn't work with the latest protobuf. I saw the same error. ![image](https://user-images.githubusercontent.com/856316/155274760-28c8cb03-6d4f-4a6b-b64b-393f0ee04c12.png) onnx-tensorrt version: e9456d57605c883cdf985e634ab483e2c1500bb1

I think the primary reason is we can’t build numpy in debug mode(with the debug version msvcrt). ONNX and ONNX Runtime follow the same pattern. Either they all define the...

Not directly related, but I think it is still important to let all of you know that recently one of my colleagues found another issue: When you use the `undef...

CentOS 7 is old but is not EOL. It will be supported till June 30th, 2024. It's just it will not have new features and will not add support for...

I have one additional comment: if pytorch decided to build manylinux2014, then you need to replace the GCC from 9.x to 8.x , as long as you still need to...